Html Css Color HEX #C47111 Ochre

📋 copy color: '#C47111'

red 196 ◦ green 113 ◦ blue 17

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

Shades of Ochre #C47111

Tints of Ochre #C47111

RGB

 RED value IS 196 (76.95% from 255) = 60.12%

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

 BLUE value IS 17 (7.03% from 255) = 5.21%

R = 60.12%
G = 34.66%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C47111 (or 0xC47111) is known color: Ochre. HEX triplet: C4, 71 and 11. RGB value is (196,113,17). Sum of RGB (Red+Green+Blue) = 196+113+17=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C47111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47111 is #3B8EEE. Grayscale: #7F7F7F. Windows color (decimal): -3903215 or 1143236. OLE color: 1143236.

HSL color Cylindrical-coordinate representation of color #C47111: hue angle of 32.18º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C47111 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 113 17 -
CMYK 0 0.42 0.91 0.23
HSL 32.18º 0.84% 0.42% -
HSV(B) 32.18º 0.91% 0.77% -
XYZ 28.77 23.59 3.57 -
YUV 126.87 66 177.31 -
System Red Green Blue C M Y K H S L
Decimal 196 113 17 0 0.42 0.91 0.23 32.18 0.84 0.42
Hex C4 71 11 0 2A 5B 17 20 54 2A
Octal 304 161 21 0 52 133 27 40 124 52
Binary 11000100 1110001 10001 0 101010 1011011 10111 100000 1010100 101010

Color Harmonies of #C47111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47111

Black with #C47111

Text Example


Text Example

White with #C47111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47111; }

 p { color: rgb(196,113,17); }

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

background-color css

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

 a { background-color: rgb(196,113,17); }

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

border-color css

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

 span { border-color: rgb(196,113,17); }

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