Html Css Color HEX #704504 Raw Umber

📋 copy color: '#704504'

red 112 ◦ green 69 ◦ blue 4

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

Shades of Raw Umber #704504

Tints of Raw Umber #704504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.3%

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

R = 60.54%
G = 37.3%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#704504 (or 0x704504) is known color: Raw Umber. HEX triplet: 70, 45 and 04. RGB value is (112,69,4). Sum of RGB (Red+Green+Blue) = 112+69+4=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #704504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704504 is #8FBAFB. Grayscale: #4A4A4A. Windows color (decimal): -9419516 or 279920. OLE color: 279920.

HSL color Cylindrical-coordinate representation of color #704504: hue angle of 36.11º 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 #704504 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 69 4 -
CMYK 0 0.38 0.96 0.56
HSL 36.11º 0.93% 0.23% -
HSV(B) 36.11º 0.96% 0.44% -
XYZ 8.83 7.71 1.14 -
YUV 74.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 112 69 4 0 0.38 0.96 0.56 36.11 0.93 0.23
Hex 70 45 4 0 26 60 38 24 5D 17
Octal 160 105 4 0 46 140 70 44 135 27
Binary 1110000 1000101 100 0 100110 1100000 111000 100100 1011101 10111

Color Harmonies of #704504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704504

Black with #704504

Text Example


Text Example

White with #704504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704504; }

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

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

background-color css

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

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

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

border-color css

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

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

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