Html Css Color HEX #CB7013 Ochre

📋 copy color: '#CB7013'

red 203 ◦ green 112 ◦ blue 19

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

Shades of Ochre #CB7013

Tints of Ochre #CB7013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 60.78%
G = 33.53%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB7013 (or 0xCB7013) is known color: Ochre. HEX triplet: CB, 70 and 13. RGB value is (203,112,19). Sum of RGB (Red+Green+Blue) = 203+112+19=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7013 is #348FEC. Grayscale: #818181. Windows color (decimal): -3444717 or 1274059. OLE color: 1274059.

HSL color Cylindrical-coordinate representation of color #CB7013: hue angle of 30.33º 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 #CB7013 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 112 19 -
CMYK 0 0.45 0.91 0.20
HSL 30.33º 0.83% 0.44% -
HSV(B) 30.33º 0.91% 0.8% -
XYZ 30.54 24.33 3.7 -
YUV 128.61 66.15 181.06 -
System Red Green Blue C M Y K H S L
Decimal 203 112 19 0 0.45 0.91 0.20 30.33 0.83 0.44
Hex CB 70 13 0 2D 5B 14 1E 53 2C
Octal 313 160 23 0 55 133 24 36 123 54
Binary 11001011 1110000 10011 0 101101 1011011 10100 11110 1010011 101100

Color Harmonies of #CB7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7013

Black with #CB7013

Text Example


Text Example

White with #CB7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7013; }

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

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

background-color css

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

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

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

border-color css

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

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

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