Html Css Color HEX #CB8312 Ochre

📋 copy color: '#CB8312'

red 203 ◦ green 131 ◦ blue 18

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

Shades of Ochre #CB8312

Tints of Ochre #CB8312

RGB

 RED value IS 203 (79.69% from 255) = 57.67%

 GREEN value IS 131 (51.56% from 255) = 37.22%

 BLUE value IS 18 (7.42% from 255) = 5.11%

R = 57.67%
G = 37.22%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB8312 (or 0xCB8312) is known color: Ochre. HEX triplet: CB, 83 and 12. RGB value is (203,131,18). Sum of RGB (Red+Green+Blue) = 203+131+18=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8312 is #347CED. Grayscale: #8C8C8C. Windows color (decimal): -3439854 or 1213387. OLE color: 1213387.

HSL color Cylindrical-coordinate representation of color #CB8312: hue angle of 36.65º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB8312 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 18 -
CMYK 0 0.35 0.91 0.20
HSL 36.65º 0.84% 0.43% -
HSV(B) 36.65º 0.91% 0.8% -
XYZ 32.85 28.97 4.43 -
YUV 139.65 59.35 173.19 -
System Red Green Blue C M Y K H S L
Decimal 203 131 18 0 0.35 0.91 0.20 36.65 0.84 0.43
Hex CB 83 12 0 23 5B 14 25 54 2B
Octal 313 203 22 0 43 133 24 45 124 53
Binary 11001011 10000011 10010 0 100011 1011011 10100 100101 1010100 101011

Color Harmonies of #CB8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8312

Black with #CB8312

Text Example


Text Example

White with #CB8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8312; }

 p { color: rgb(203,131,18); }

 H1.HeaderClassName
 {
   color: #CB8312;
 }
 .AnyTagClassName
 {
   color: #CB8312;
 }
</style>

background-color css

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

 a { background-color: rgb(203,131,18); }

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

border-color css

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

 span { border-color: rgb(203,131,18); }

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