Html Css Color HEX #CB7310 Ochre

📋 copy color: '#CB7310'

red 203 ◦ green 115 ◦ blue 16

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

Shades of Ochre #CB7310

Tints of Ochre #CB7310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

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

R = 60.78%
G = 34.43%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB7310 (or 0xCB7310) is known color: Ochre. HEX triplet: CB, 73 and 10. RGB value is (203,115,16). Sum of RGB (Red+Green+Blue) = 203+115+16=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7310 is #348CEF. Grayscale: #828282. Windows color (decimal): -3443952 or 1078219. OLE color: 1078219.

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

Color convert

RGB 203 115 16 -
CMYK 0 0.43 0.92 0.20
HSL 31.76º 0.85% 0.43% -
HSV(B) 31.76º 0.92% 0.8% -
XYZ 30.85 25 3.69 -
YUV 130.03 63.65 180.05 -
System Red Green Blue C M Y K H S L
Decimal 203 115 16 0 0.43 0.92 0.20 31.76 0.85 0.43
Hex CB 73 10 0 2B 5C 14 20 55 2B
Octal 313 163 20 0 53 134 24 40 125 53
Binary 11001011 1110011 10000 0 101011 1011100 10100 100000 1010101 101011

Color Harmonies of #CB7310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7310

Black with #CB7310

Text Example


Text Example

White with #CB7310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7310; }

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

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

background-color css

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

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

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

border-color css

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

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

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