Html Css Color HEX #C47120 Ochre

📋 copy color: '#C47120'

red 196 ◦ green 113 ◦ blue 32

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

Shades of Ochre #C47120

Tints of Ochre #C47120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.38%

R = 57.48%
G = 33.14%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C47120 (or 0xC47120) is known color: Ochre. HEX triplet: C4, 71 and 20. RGB value is (196,113,32). Sum of RGB (Red+Green+Blue) = 196+113+32=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C47120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47120 is #3B8EDF. Grayscale: #808080. Windows color (decimal): -3903200 or 2126276. OLE color: 2126276.

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

Color convert

RGB 196 113 32 -
CMYK 0 0.42 0.84 0.23
HSL 29.63º 0.72% 0.45% -
HSV(B) 29.63º 0.84% 0.77% -
XYZ 28.93 23.65 4.41 -
YUV 128.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 196 113 32 0 0.42 0.84 0.23 29.63 0.72 0.45
Hex C4 71 20 0 2A 54 17 1E 48 2D
Octal 304 161 40 0 52 124 27 36 110 55
Binary 11000100 1110001 100000 0 101010 1010100 10111 11110 1001000 101101

Color Harmonies of #C47120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47120

Black with #C47120

Text Example


Text Example

White with #C47120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47120; }

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

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

background-color css

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

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

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

border-color css

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

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

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