#CA7423

Color #CA7423 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CA7423

Tints of Ochre #CA7423

Color information

#CA7423 (or 0xCA7423) is unknown color: approx Ochre. HEX triplet: CA, 74 and 23. RGB value is (202,116,35). Sum of RGB (Red+Green+Blue) = 202+116+35=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7423 is #358BDC. Grayscale: #848484. Windows color (decimal): -3509213 or 2323658. OLE color: 2323658.

HSL color Cylindrical-coordinate representation of color #CA7423: hue angle of 29.1º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA7423 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB20211635-
CMYK00.430.830.21
HSL29.1º70.46%46.47%-
HSV(B)29.1º82.67%79.22%-
XYZ30.9125.174.82-
YUV132.4872.99177.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 35 (14.06% from 255) = 9.92%
R=57.22%
G=32.86%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021163500.430.830.2129.170.4646.47
HexCA742302B53151d462e
Octal31216443053123253510656
Binary1100101011101001000110101011101001110101111011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7423; }

 p { color: rgb(202,116,35); }

 H1.HeaderClassName
 {
   color: #CA7423;
 }
 .AnyTagClassName
 {
   color: #CA7423;
 }
</style>
background-color css

<style>
 a { background-color: #CA7423; }

 a { background-color: rgb(202,116,35); }

 div.DivClassName
 {
   background-color: #CA7423;
 }
 .BgClassName
 {
   background-color: #CA7423;
 }
</style>
border-color css

<style>
 span { border-color: #CA7423; }

 span { border-color: rgb(202,116,35); }

 td.TdClassName
 {
   border-color: #CA7423;
 }
 .TagClassName
 {
   border-color: #CA7423;
 }
</style>