Html Css Color HEX #C47812 Ochre

📋 copy color: '#C47812'

red 196 ◦ green 120 ◦ blue 18

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

Shades of Ochre #C47812

Tints of Ochre #C47812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.93%

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

R = 58.68%
G = 35.93%
B = 5.39%

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

#C47812 (or 0xC47812) is known color: Ochre. HEX triplet: C4, 78 and 12. RGB value is (196,120,18). Sum of RGB (Red+Green+Blue) = 196+120+18=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C47812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47812 is #3B87ED. Grayscale: #838383. Windows color (decimal): -3901422 or 1210564. OLE color: 1210564.

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

Color convert

RGB 196 120 18 -
CMYK 0 0.39 0.91 0.23
HSL 34.38º 0.83% 0.42% -
HSV(B) 34.38º 0.91% 0.77% -
XYZ 29.59 25.21 3.88 -
YUV 131.1 64.18 174.29 -
System Red Green Blue C M Y K H S L
Decimal 196 120 18 0 0.39 0.91 0.23 34.38 0.83 0.42
Hex C4 78 12 0 27 5B 17 22 53 2A
Octal 304 170 22 0 47 133 27 42 123 52
Binary 11000100 1111000 10010 0 100111 1011011 10111 100010 1010011 101010

Color Harmonies of #C47812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47812

Black with #C47812

Text Example


Text Example

White with #C47812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47812; }

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

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

background-color css

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

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

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

border-color css

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

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

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