Html Css Color HEX #CB7710 Ochre

📋 copy color: '#CB7710'

red 203 ◦ green 119 ◦ blue 16

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

Shades of Ochre #CB7710

Tints of Ochre #CB7710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 60.06%
G = 35.21%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB7710 (or 0xCB7710) is known color: Ochre. HEX triplet: CB, 77 and 10. RGB value is (203,119,16). Sum of RGB (Red+Green+Blue) = 203+119+16=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7710 is #3488EF. Grayscale: #848484. Windows color (decimal): -3442928 or 1079243. OLE color: 1079243.

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

Color convert

RGB 203 119 16 -
CMYK 0 0.41 0.92 0.20
HSL 33.05º 0.85% 0.43% -
HSV(B) 33.05º 0.92% 0.8% -
XYZ 31.32 25.93 3.84 -
YUV 132.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 203 119 16 0 0.41 0.92 0.20 33.05 0.85 0.43
Hex CB 77 10 0 29 5C 14 21 55 2B
Octal 313 167 20 0 51 134 24 41 125 53
Binary 11001011 1110111 10000 0 101001 1011100 10100 100001 1010101 101011

Color Harmonies of #CB7710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7710

Black with #CB7710

Text Example


Text Example

White with #CB7710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7710; }

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

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

background-color css

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

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

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

border-color css

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

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

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