#CA8024

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

Shades of Ochre #CA8024

Tints of Ochre #CA8024

Color information

#CA8024 (or 0xCA8024) is unknown color: approx Ochre. HEX triplet: CA, 80 and 24. RGB value is (202,128,36). Sum of RGB (Red+Green+Blue) = 202+128+36=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8024 is #357FDB. Grayscale: #8C8C8C. Windows color (decimal): -3506140 or 2392266. OLE color: 2392266.

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

Color convert

RGB20212836-
CMYK00.370.820.21
HSL33.25º69.75%46.67%-
HSV(B)33.25º82.18%79.22%-
XYZ32.3928.125.39-
YUV139.6469.52172.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.19%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 36 (14.45% from 255) = 9.84%
R=55.19%
G=34.97%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021283600.370.820.2133.2569.7546.67
HexCA8024025521521462f
Octal31220044045122254110657
Binary110010101000000010010001001011010010101011000011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8024; }

 p { color: rgb(202,128,36); }

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

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

 a { background-color: rgb(202,128,36); }

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

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

 span { border-color: rgb(202,128,36); }

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