Html Css Color HEX #704C19 Raw Umber

📋 copy color: '#704C19'

red 112 ◦ green 76 ◦ blue 25

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

Shades of Raw Umber #704C19

Tints of Raw Umber #704C19

RGB

 RED value IS 112 (44.14% from 255) = 52.58%

 GREEN value IS 76 (30.08% from 255) = 35.68%

 BLUE value IS 25 (10.16% from 255) = 11.74%

R = 52.58%
G = 35.68%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#704C19 (or 0x704C19) is known color: Raw Umber. HEX triplet: 70, 4C and 19. RGB value is (112,76,25). Sum of RGB (Red+Green+Blue) = 112+76+25=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #704C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704C19 is #8FB3E6. Grayscale: #515151. Windows color (decimal): -9417703 or 1657968. OLE color: 1657968.

HSL color Cylindrical-coordinate representation of color #704C19: hue angle of 35.17º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #704C19 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 25 -
CMYK 0 0.32 0.78 0.56
HSL 35.17º 0.64% 0.27% -
HSV(B) 35.17º 0.78% 0.44% -
XYZ 9.44 8.68 2.1 -
YUV 80.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 112 76 25 0 0.32 0.78 0.56 35.17 0.64 0.27
Hex 70 4C 19 0 20 4E 38 23 40 1B
Octal 160 114 31 0 40 116 70 43 100 33
Binary 1110000 1001100 11001 0 100000 1001110 111000 100011 1000000 11011

Color Harmonies of #704C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C19

Black with #704C19

Text Example


Text Example

White with #704C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704C19; }

 p { color: rgb(112,76,25); }

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

background-color css

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

 a { background-color: rgb(112,76,25); }

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

border-color css

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

 span { border-color: rgb(112,76,25); }

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