Html Css Color HEX #CB7712 Ochre

📋 copy color: '#CB7712'

red 203 ◦ green 119 ◦ blue 18

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

Shades of Ochre #CB7712

Tints of Ochre #CB7712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35%

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

R = 59.71%
G = 35%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB7712 (or 0xCB7712) is known color: Ochre. HEX triplet: CB, 77 and 12. RGB value is (203,119,18). Sum of RGB (Red+Green+Blue) = 203+119+18=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7712 is #3488ED. Grayscale: #858585. Windows color (decimal): -3442926 or 1210315. OLE color: 1210315.

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

Color convert

RGB 203 119 18 -
CMYK 0 0.41 0.91 0.20
HSL 32.76º 0.84% 0.43% -
HSV(B) 32.76º 0.91% 0.8% -
XYZ 31.33 25.93 3.93 -
YUV 132.6 63.33 178.21 -
System Red Green Blue C M Y K H S L
Decimal 203 119 18 0 0.41 0.91 0.20 32.76 0.84 0.43
Hex CB 77 12 0 29 5B 14 21 54 2B
Octal 313 167 22 0 51 133 24 41 124 53
Binary 11001011 1110111 10010 0 101001 1011011 10100 100001 1010100 101011

Color Harmonies of #CB7712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7712

Black with #CB7712

Text Example


Text Example

White with #CB7712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7712; }

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

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

background-color css

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

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

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

border-color css

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

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

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