Html Css Color HEX #C47612 Ochre

📋 copy color: '#C47612'

red 196 ◦ green 118 ◦ blue 18

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

Shades of Ochre #C47612

Tints of Ochre #C47612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.54%

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

R = 59.04%
G = 35.54%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C47612 (or 0xC47612) is known color: Ochre. HEX triplet: C4, 76 and 12. RGB value is (196,118,18). Sum of RGB (Red+Green+Blue) = 196+118+18=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C47612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47612 is #3B89ED. Grayscale: #828282. Windows color (decimal): -3901934 or 1210052. OLE color: 1210052.

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

Color convert

RGB 196 118 18 -
CMYK 0 0.40 0.91 0.23
HSL 33.71º 0.83% 0.42% -
HSV(B) 33.71º 0.91% 0.77% -
XYZ 29.35 24.74 3.8 -
YUV 129.92 64.84 175.13 -
System Red Green Blue C M Y K H S L
Decimal 196 118 18 0 0.40 0.91 0.23 33.71 0.83 0.42
Hex C4 76 12 0 28 5B 17 22 53 2A
Octal 304 166 22 0 50 133 27 42 123 52
Binary 11000100 1110110 10010 0 101000 1011011 10111 100010 1010011 101010

Color Harmonies of #C47612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47612

Black with #C47612

Text Example


Text Example

White with #C47612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47612; }

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

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

background-color css

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

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

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

border-color css

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

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

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