Html Css Color HEX #C47114 Ochre

📋 copy color: '#C47114'

red 196 ◦ green 113 ◦ blue 20

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

Shades of Ochre #C47114

Tints of Ochre #C47114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 59.57%
G = 34.35%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C47114 (or 0xC47114) is known color: Ochre. HEX triplet: C4, 71 and 14. RGB value is (196,113,20). Sum of RGB (Red+Green+Blue) = 196+113+20=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C47114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47114 is #3B8EEB. Grayscale: #7F7F7F. Windows color (decimal): -3903212 or 1339844. OLE color: 1339844.

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

Color convert

RGB 196 113 20 -
CMYK 0 0.42 0.90 0.23
HSL 31.7º 0.81% 0.42% -
HSV(B) 31.7º 0.9% 0.77% -
XYZ 28.8 23.6 3.7 -
YUV 127.22 67.5 177.06 -
System Red Green Blue C M Y K H S L
Decimal 196 113 20 0 0.42 0.90 0.23 31.7 0.81 0.42
Hex C4 71 14 0 2A 5A 17 20 51 2A
Octal 304 161 24 0 52 132 27 40 121 52
Binary 11000100 1110001 10100 0 101010 1011010 10111 100000 1010001 101010

Color Harmonies of #C47114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47114

Black with #C47114

Text Example


Text Example

White with #C47114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47114; }

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

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

background-color css

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

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

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

border-color css

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

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

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