Html Css Color HEX #C47912 Ochre

📋 copy color: '#C47912'

red 196 ◦ green 121 ◦ blue 18

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

Shades of Ochre #C47912

Tints of Ochre #C47912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.12%

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

R = 58.51%
G = 36.12%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C47912 (or 0xC47912) is known color: Ochre. HEX triplet: C4, 79 and 12. RGB value is (196,121,18). Sum of RGB (Red+Green+Blue) = 196+121+18=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C47912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47912 is #3B86ED. Grayscale: #848484. Windows color (decimal): -3901166 or 1210820. OLE color: 1210820.

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

Color convert

RGB 196 121 18 -
CMYK 0 0.38 0.91 0.23
HSL 34.72º 0.83% 0.42% -
HSV(B) 34.72º 0.91% 0.77% -
XYZ 29.71 25.45 3.92 -
YUV 131.68 63.85 173.88 -
System Red Green Blue C M Y K H S L
Decimal 196 121 18 0 0.38 0.91 0.23 34.72 0.83 0.42
Hex C4 79 12 0 26 5B 17 23 53 2A
Octal 304 171 22 0 46 133 27 43 123 52
Binary 11000100 1111001 10010 0 100110 1011011 10111 100011 1010011 101010

Color Harmonies of #C47912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47912

Black with #C47912

Text Example


Text Example

White with #C47912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47912; }

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

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

background-color css

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

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

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

border-color css

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

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

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