#CA7B17

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

Shades of Ochre #CA7B17

Tints of Ochre #CA7B17

Color information

#CA7B17 (or 0xCA7B17) is unknown color: approx Ochre. HEX triplet: CA, 7B and 17. RGB value is (202,123,23). Sum of RGB (Red+Green+Blue) = 202+123+23=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B17 is #3584E8. Grayscale: #878787. Windows color (decimal): -3507433 or 1539018. OLE color: 1539018.

HSL color Cylindrical-coordinate representation of color #CA7B17: hue angle of 33.52º 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 #CA7B17 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20212323-
CMYK00.390.890.21
HSL33.52º79.56%44.12%-
HSV(B)33.52º88.61%79.22%-
XYZ31.5926.784.32-
YUV135.2264.67175.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.05%
GREEN value IS 123 (48.44% from 255) = 35.34%
BLUE value IS 23 (9.38% from 255) = 6.61%
R=58.05%
G=35.34%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021232300.390.890.2133.5279.5644.12
HexCA7B17027591522502c
Octal31217327047131254212054
Binary1100101011110111011101001111011001101011000101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7B17; }

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

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

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

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

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

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

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

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