#CA7716

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

Shades of Ochre #CA7716

Tints of Ochre #CA7716

Color information

#CA7716 (or 0xCA7716) is unknown color: approx Ochre. HEX triplet: CA, 77 and 16. RGB value is (202,119,22). Sum of RGB (Red+Green+Blue) = 202+119+22=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7716 is #3588E9. Grayscale: #858585. Windows color (decimal): -3508458 or 1472458. OLE color: 1472458.

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

Color convert

RGB20211922-
CMYK00.410.890.21
HSL32.33º80.36%43.92%-
HSV(B)32.33º89.11%79.22%-
XYZ31.125.814.1-
YUV132.7665.5177.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 22 (8.98% from 255) = 6.41%
R=58.89%
G=34.69%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021192200.410.890.2132.3380.3643.92
HexCA7716029591520502c
Octal31216726051131254012054
Binary1100101011101111011001010011011001101011000001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7716; }

 p { color: rgb(202,119,22); }

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

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

 a { background-color: rgb(202,119,22); }

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

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

 span { border-color: rgb(202,119,22); }

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