Html Css Color HEX #C47712 Ochre

📋 copy color: '#C47712'

red 196 ◦ green 119 ◦ blue 18

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

Shades of Ochre #C47712

Tints of Ochre #C47712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 58.86%
G = 35.74%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C47712 (or 0xC47712) is known color: Ochre. HEX triplet: C4, 77 and 12. RGB value is (196,119,18). Sum of RGB (Red+Green+Blue) = 196+119+18=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C47712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47712 is #3B88ED. Grayscale: #828282. Windows color (decimal): -3901678 or 1210308. OLE color: 1210308.

HSL color Cylindrical-coordinate representation of color #C47712: hue angle of 34.04º degrees, saturation: 0.83, 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 #C47712 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 119 18 -
CMYK 0 0.39 0.91 0.23
HSL 34.04º 0.83% 0.42% -
HSV(B) 34.04º 0.91% 0.77% -
XYZ 29.47 24.97 3.84 -
YUV 130.51 64.51 174.71 -
System Red Green Blue C M Y K H S L
Decimal 196 119 18 0 0.39 0.91 0.23 34.04 0.83 0.42
Hex C4 77 12 0 27 5B 17 22 53 2A
Octal 304 167 22 0 47 133 27 42 123 52
Binary 11000100 1110111 10010 0 100111 1011011 10111 100010 1010011 101010

Color Harmonies of #C47712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47712

Black with #C47712

Text Example


Text Example

White with #C47712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47712; }

 p { color: rgb(196,119,18); }

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

background-color css

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

 a { background-color: rgb(196,119,18); }

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

border-color css

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

 span { border-color: rgb(196,119,18); }

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