Html Css Color HEX #CB711F Ochre

📋 copy color: '#CB711F'

red 203 ◦ green 113 ◦ blue 31

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

Shades of Ochre #CB711F

Tints of Ochre #CB711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.56%

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 58.5%
G = 32.56%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB711F (or 0xCB711F) is known color: Ochre. HEX triplet: CB, 71 and 1F. RGB value is (203,113,31). Sum of RGB (Red+Green+Blue) = 203+113+31=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB711F is #348EE0. Grayscale: #828282. Windows color (decimal): -3444449 or 2060747. OLE color: 2060747.

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

Color convert

RGB 203 113 31 -
CMYK 0 0.44 0.85 0.20
HSL 28.6º 0.74% 0.46% -
HSV(B) 28.6º 0.85% 0.8% -
XYZ 30.78 24.61 4.42 -
YUV 130.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 203 113 31 0 0.44 0.85 0.20 28.6 0.74 0.46
Hex CB 71 1F 0 2C 55 14 1D 4A 2E
Octal 313 161 37 0 54 125 24 35 112 56
Binary 11001011 1110001 11111 0 101100 1010101 10100 11101 1001010 101110

Color Harmonies of #CB711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB711F

Black with #CB711F

Text Example


Text Example

White with #CB711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB711F; }

 p { color: rgb(203,113,31); }

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

background-color css

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

 a { background-color: rgb(203,113,31); }

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

border-color css

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

 span { border-color: rgb(203,113,31); }

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