#CA821B

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

Shades of Ochre #CA821B

Tints of Ochre #CA821B

Color information

#CA821B (or 0xCA821B) is unknown color: approx Ochre. HEX triplet: CA, 82 and 1B. RGB value is (202,130,27). Sum of RGB (Red+Green+Blue) = 202+130+27=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA821B is #357DE4. Grayscale: #8C8C8C. Windows color (decimal): -3505637 or 1802954. OLE color: 1802954.

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

Color convert

RGB20213027-
CMYK00.360.870.21
HSL35.31º76.42%44.9%-
HSV(B)35.31º86.63%79.22%-
XYZ32.5428.64.84-
YUV139.7964.35172.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.27%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 27 (10.94% from 255) = 7.52%
R=56.27%
G=36.21%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021302700.360.870.2135.3176.4244.9
HexCA821B0245715234c2d
Octal31220233044127254311455
Binary11001010100000101101101001001010111101011000111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA821B; }

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

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

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

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

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

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

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

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