Html Css Color HEX #CB8223 Ochre

📋 copy color: '#CB8223'

red 203 ◦ green 130 ◦ blue 35

#CB8223
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CB8223

Tints of Ochre #CB8223

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 value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB8223 (or 0xCB8223) is known color: 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

RGB 203 130 35 -
CMYK 0 0.36 0.83 0.20
HSL 33.93º 0.71% 0.47% -
HSV(B) 33.93º 0.83% 0.8% -
XYZ 32.91 28.78 5.41 -
YUV 141 68.18 172.22 -
System Red Green Blue C M Y K H S L
Decimal 203 130 35 0 0.36 0.83 0.20 33.93 0.71 0.47
Hex CB 82 23 0 24 53 14 22 47 2F
Octal 313 202 43 0 44 123 24 42 107 57
Binary 11001011 10000010 100011 0 100100 1010011 10100 100010 1000111 101111

Color Harmonies of #CB8223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8223

Black with #CB8223

Text Example


Text Example

White with #CB8223

Text Example


Text Example

HTML Codes & Css Web 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>