Html Css Color HEX #C0711D Ochre

📋 copy color: '#C0711D'

red 192 ◦ green 113 ◦ blue 29

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

Shades of Ochre #C0711D

Tints of Ochre #C0711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.68%

R = 57.49%
G = 33.83%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0711D (or 0xC0711D) is known color: Ochre. HEX triplet: C0, 71 and 1D. RGB value is (192,113,29). Sum of RGB (Red+Green+Blue) = 192+113+29=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0711D is #3F8EE2. Grayscale: #7F7F7F. Windows color (decimal): -4165347 or 1929664. OLE color: 1929664.

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

Color convert

RGB 192 113 29 -
CMYK 0 0.41 0.85 0.25
HSL 30.92º 0.74% 0.43% -
HSV(B) 30.92º 0.85% 0.75% -
XYZ 27.87 23.11 4.15 -
YUV 127.05 72.67 174.33 -
System Red Green Blue C M Y K H S L
Decimal 192 113 29 0 0.41 0.85 0.25 30.92 0.74 0.43
Hex C0 71 1D 0 29 55 19 1F 4A 2B
Octal 300 161 35 0 51 125 31 37 112 53
Binary 11000000 1110001 11101 0 101001 1010101 11001 11111 1001010 101011

Color Harmonies of #C0711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0711D

Black with #C0711D

Text Example


Text Example

White with #C0711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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