Html Css Color HEX #704A19 Raw Umber

📋 copy color: '#704A19'

red 112 ◦ green 74 ◦ blue 25

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

Shades of Raw Umber #704A19

Tints of Raw Umber #704A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.07%

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

R = 53.08%
G = 35.07%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#704A19 (or 0x704A19) is known color: Raw Umber. HEX triplet: 70, 4A and 19. RGB value is (112,74,25). Sum of RGB (Red+Green+Blue) = 112+74+25=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #704A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A19 is #8FB5E6. Grayscale: #505050. Windows color (decimal): -9418215 or 1657456. OLE color: 1657456.

HSL color Cylindrical-coordinate representation of color #704A19: hue angle of 33.79º 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 #704A19 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 74 25 -
CMYK 0 0.34 0.78 0.56
HSL 33.79º 0.64% 0.27% -
HSV(B) 33.79º 0.78% 0.44% -
XYZ 9.31 8.41 2.05 -
YUV 79.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 112 74 25 0 0.34 0.78 0.56 33.79 0.64 0.27
Hex 70 4A 19 0 22 4E 38 22 40 1B
Octal 160 112 31 0 42 116 70 42 100 33
Binary 1110000 1001010 11001 0 100010 1001110 111000 100010 1000000 11011

Color Harmonies of #704A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A19

Black with #704A19

Text Example


Text Example

White with #704A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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