Html Css Color HEX #CB7511 Ochre

📋 copy color: '#CB7511'

red 203 ◦ green 117 ◦ blue 17

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

Shades of Ochre #CB7511

Tints of Ochre #CB7511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.72%

 BLUE value IS 17 (7.03% from 255) = 5.04%

R = 60.24%
G = 34.72%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB7511 (or 0xCB7511) is known color: Ochre. HEX triplet: CB, 75 and 11. RGB value is (203,117,17). Sum of RGB (Red+Green+Blue) = 203+117+17=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7511 is #348AEE. Grayscale: #838383. Windows color (decimal): -3443439 or 1144267. OLE color: 1144267.

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

Color convert

RGB 203 117 17 -
CMYK 0 0.42 0.92 0.20
HSL 32.26º 0.85% 0.43% -
HSV(B) 32.26º 0.92% 0.8% -
XYZ 31.09 25.46 3.81 -
YUV 131.31 63.49 179.13 -
System Red Green Blue C M Y K H S L
Decimal 203 117 17 0 0.42 0.92 0.20 32.26 0.85 0.43
Hex CB 75 11 0 2A 5C 14 20 55 2B
Octal 313 165 21 0 52 134 24 40 125 53
Binary 11001011 1110101 10001 0 101010 1011100 10100 100000 1010101 101011

Color Harmonies of #CB7511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7511

Black with #CB7511

Text Example


Text Example

White with #CB7511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7511; }

 p { color: rgb(203,117,17); }

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

background-color css

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

 a { background-color: rgb(203,117,17); }

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

border-color css

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

 span { border-color: rgb(203,117,17); }

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