Html Css Color HEX #704801 Raw Umber

📋 copy color: '#704801'

red 112 ◦ green 72 ◦ blue 1

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

Shades of Raw Umber #704801

Tints of Raw Umber #704801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 60.54%
G = 38.92%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#704801 (or 0x704801) is known color: Raw Umber. HEX triplet: 70, 48 and 01. RGB value is (112,72,1). Sum of RGB (Red+Green+Blue) = 112+72+1=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #704801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704801 is #8FB7FE. Grayscale: #4C4C4C. Windows color (decimal): -9418751 or 84080. OLE color: 84080.

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

Color convert

RGB 112 72 1 -
CMYK 0 0.36 0.99 0.56
HSL 38.38º 0.98% 0.22% -
HSV(B) 38.38º 0.99% 0.44% -
XYZ 9 8.08 1.11 -
YUV 75.87 85.75 153.77 -
System Red Green Blue C M Y K H S L
Decimal 112 72 1 0 0.36 0.99 0.56 38.38 0.98 0.22
Hex 70 48 1 0 24 63 38 26 62 16
Octal 160 110 1 0 44 143 70 46 142 26
Binary 1110000 1001000 1 0 100100 1100011 111000 100110 1100010 10110

Color Harmonies of #704801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704801

Black with #704801

Text Example


Text Example

White with #704801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704801; }

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

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

background-color css

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

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

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

border-color css

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

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

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