Html Css Color HEX #CB770B Ochre

📋 copy color: '#CB770B'

red 203 ◦ green 119 ◦ blue 11

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

Shades of Ochre #CB770B

Tints of Ochre #CB770B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.3%

R = 60.96%
G = 35.74%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB770B (or 0xCB770B) is known color: Ochre. HEX triplet: CB, 77 and 0B. RGB value is (203,119,11). Sum of RGB (Red+Green+Blue) = 203+119+11=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB770B is #3488F4. Grayscale: #848484. Windows color (decimal): -3442933 or 751563. OLE color: 751563.

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

Color convert

RGB 203 119 11 -
CMYK 0 0.41 0.95 0.20
HSL 33.75º 0.9% 0.42% -
HSV(B) 33.75º 0.95% 0.8% -
XYZ 31.29 25.91 3.67 -
YUV 131.8 59.83 178.78 -
System Red Green Blue C M Y K H S L
Decimal 203 119 11 0 0.41 0.95 0.20 33.75 0.9 0.42
Hex CB 77 B 0 29 5F 14 22 5A 2A
Octal 313 167 13 0 51 137 24 42 132 52
Binary 11001011 1110111 1011 0 101001 1011111 10100 100010 1011010 101010

Color Harmonies of #CB770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB770B

Black with #CB770B

Text Example


Text Example

White with #CB770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB770B; }

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

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

background-color css

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

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

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

border-color css

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

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

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