#CB8223

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

Shades of Ochre #CB8223

Tints of Ochre #CB8223

Color information

#CB8223 (or 0xCB8223) is unknown color: approx Ochre. HEX triplet: CB, 82 and 23. RGB value is (203,130,35). Sum of RGB (Red+Green+Blue) = 203+130+35=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8223 is #347DDC. Grayscale: #8D8D8D. Windows color (decimal): -3440093 or 2327243. OLE color: 2327243.

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

Color convert

RGB20313035-
CMYK00.360.830.20
HSL33.93º70.59%46.67%-
HSV(B)33.93º82.76%79.61%-
XYZ32.9128.785.41-
YUV14168.18172.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.16%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 35 (14.06% from 255) = 9.51%
R=55.16%
G=35.33%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031303500.360.830.2033.9370.5946.67
HexCB8223024531422472f
Octal31320243044123244210757
Binary110010111000001010001101001001010011101001000101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8223; }

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

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

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

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

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

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

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

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