#CB821C

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

Shades of Ochre #CB821C

Tints of Ochre #CB821C

Color information

#CB821C (or 0xCB821C) is unknown color: approx Ochre. HEX triplet: CB, 82 and 1C. RGB value is (203,130,28). Sum of RGB (Red+Green+Blue) = 203+130+28=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB821C is #347DE3. Grayscale: #8C8C8C. Windows color (decimal): -3440100 or 1868491. OLE color: 1868491.

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

Color convert

RGB20313028-
CMYK00.360.860.20
HSL34.97º75.76%45.29%-
HSV(B)34.97º86.21%79.61%-
XYZ32.8228.754.92-
YUV140.264.68172.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.23%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 28 (11.33% from 255) = 7.76%
R=56.23%
G=36.01%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031302800.360.860.2034.9775.7645.29
HexCB821C0245614234c2d
Octal31320234044126244311455
Binary11001011100000101110001001001010110101001000111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB821C; }

 p { color: rgb(203,130,28); }

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

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

 a { background-color: rgb(203,130,28); }

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

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

 span { border-color: rgb(203,130,28); }

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