#CA7917

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

Shades of Ochre #CA7917

Tints of Ochre #CA7917

Color information

#CA7917 (or 0xCA7917) is unknown color: approx Ochre. HEX triplet: CA, 79 and 17. RGB value is (202,121,23). Sum of RGB (Red+Green+Blue) = 202+121+23=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7917 is #3586E8. Grayscale: #868686. Windows color (decimal): -3507945 or 1538506. OLE color: 1538506.

HSL color Cylindrical-coordinate representation of color #CA7917: hue angle of 32.85º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA7917 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20212123-
CMYK00.400.890.21
HSL32.85º79.56%44.12%-
HSV(B)32.85º88.61%79.22%-
XYZ31.3526.294.23-
YUV134.0565.34176.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 23 (9.38% from 255) = 6.65%
R=58.38%
G=34.97%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021212300.400.890.2132.8579.5644.12
HexCA7917028591521502c
Octal31217127050131254112054
Binary1100101011110011011101010001011001101011000011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7917; }

 p { color: rgb(202,121,23); }

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

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

 a { background-color: rgb(202,121,23); }

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

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

 span { border-color: rgb(202,121,23); }

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