Html Css Color HEX #C0711B Ochre

📋 copy color: '#C0711B'

red 192 ◦ green 113 ◦ blue 27

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

Shades of Ochre #C0711B

Tints of Ochre #C0711B

RGB

 RED value IS 192 (75.39% from 255) = 57.83%

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

 BLUE value IS 27 (10.94% from 255) = 8.13%

R = 57.83%
G = 34.04%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0711B (or 0xC0711B) is known color: Ochre. HEX triplet: C0, 71 and 1B. RGB value is (192,113,27). Sum of RGB (Red+Green+Blue) = 192+113+27=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0711B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0711B is #3F8EE4. Grayscale: #7F7F7F. Windows color (decimal): -4165349 or 1798592. OLE color: 1798592.

HSL color Cylindrical-coordinate representation of color #C0711B: hue angle of 31.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0711B is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 27 -
CMYK 0 0.41 0.86 0.25
HSL 31.27º 0.75% 0.43% -
HSV(B) 31.27º 0.86% 0.75% -
XYZ 27.84 23.1 4.03 -
YUV 126.82 71.67 174.49 -
System Red Green Blue C M Y K H S L
Decimal 192 113 27 0 0.41 0.86 0.25 31.27 0.75 0.43
Hex C0 71 1B 0 29 56 19 1F 4B 2B
Octal 300 161 33 0 51 126 31 37 113 53
Binary 11000000 1110001 11011 0 101001 1010110 11001 11111 1001011 101011

Color Harmonies of #C0711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0711B

Black with #C0711B

Text Example


Text Example

White with #C0711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0711B; }

 p { color: rgb(192,113,27); }

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

background-color css

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

 a { background-color: rgb(192,113,27); }

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

border-color css

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

 span { border-color: rgb(192,113,27); }

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