Html Css Color HEX #704804 Raw Umber

📋 copy color: '#704804'

red 112 ◦ green 72 ◦ blue 4

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

Shades of Raw Umber #704804

Tints of Raw Umber #704804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.3%

 BLUE value IS 4 (1.95% from 255) = 2.13%

R = 59.57%
G = 38.3%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#704804 (or 0x704804) is known color: Raw Umber. HEX triplet: 70, 48 and 04. RGB value is (112,72,4). Sum of RGB (Red+Green+Blue) = 112+72+4=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #704804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704804 is #8FB7FB. Grayscale: #4C4C4C. Windows color (decimal): -9418748 or 280688. OLE color: 280688.

HSL color Cylindrical-coordinate representation of color #704804: hue angle of 37.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #704804 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 4 -
CMYK 0 0.36 0.96 0.56
HSL 37.78º 0.93% 0.23% -
HSV(B) 37.78º 0.96% 0.44% -
XYZ 9.02 8.09 1.2 -
YUV 76.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 112 72 4 0 0.36 0.96 0.56 37.78 0.93 0.23
Hex 70 48 4 0 24 60 38 26 5D 17
Octal 160 110 4 0 44 140 70 46 135 27
Binary 1110000 1001000 100 0 100100 1100000 111000 100110 1011101 10111

Color Harmonies of #704804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704804

Black with #704804

Text Example


Text Example

White with #704804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704804; }

 p { color: rgb(112,72,4); }

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

background-color css

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

 a { background-color: rgb(112,72,4); }

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

border-color css

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

 span { border-color: rgb(112,72,4); }

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