Html Css Color HEX #CB8313 Ochre

📋 copy color: '#CB8313'

red 203 ◦ green 131 ◦ blue 19

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

Shades of Ochre #CB8313

Tints of Ochre #CB8313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 57.51%
G = 37.11%
B = 5.38%

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

#CB8313 (or 0xCB8313) is known color: Ochre. HEX triplet: CB, 83 and 13. RGB value is (203,131,19). Sum of RGB (Red+Green+Blue) = 203+131+19=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8313 is #347CEC. Grayscale: #8C8C8C. Windows color (decimal): -3439853 or 1278923. OLE color: 1278923.

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

Color convert

RGB 203 131 19 -
CMYK 0 0.35 0.91 0.20
HSL 36.52º 0.83% 0.44% -
HSV(B) 36.52º 0.91% 0.8% -
XYZ 32.86 28.98 4.48 -
YUV 139.76 59.85 173.11 -
System Red Green Blue C M Y K H S L
Decimal 203 131 19 0 0.35 0.91 0.20 36.52 0.83 0.44
Hex CB 83 13 0 23 5B 14 25 53 2C
Octal 313 203 23 0 43 133 24 45 123 54
Binary 11001011 10000011 10011 0 100011 1011011 10100 100101 1010011 101100

Color Harmonies of #CB8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8313

Black with #CB8313

Text Example


Text Example

White with #CB8313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8313; }

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

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

background-color css

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

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

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

border-color css

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

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

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