#CA821F

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

Shades of Ochre #CA821F

Tints of Ochre #CA821F

Color information

#CA821F (or 0xCA821F) is unknown color: approx Ochre. HEX triplet: CA, 82 and 1F. RGB value is (202,130,31). Sum of RGB (Red+Green+Blue) = 202+130+31=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA821F is #357DE0. Grayscale: #8C8C8C. Windows color (decimal): -3505633 or 2065098. OLE color: 2065098.

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

Color convert

RGB20213031-
CMYK00.360.850.21
HSL34.74º73.39%45.69%-
HSV(B)34.74º84.65%79.22%-
XYZ32.5928.625.1-
YUV140.2466.35172.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.65%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=55.65%
G=35.81%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021303100.360.850.2134.7473.3945.69
HexCA821F024551523492e
Octal31220237044125254311156
Binary11001010100000101111101001001010101101011000111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA821F; }

 p { color: rgb(202,130,31); }

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

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

 a { background-color: rgb(202,130,31); }

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

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

 span { border-color: rgb(202,130,31); }

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