Html Css Color HEX #704501 Raw Umber

📋 copy color: '#704501'

red 112 ◦ green 69 ◦ blue 1

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

Shades of Raw Umber #704501

Tints of Raw Umber #704501

RGB

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

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

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

R = 61.54%
G = 37.91%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#704501 (or 0x704501) is known color: Raw Umber. HEX triplet: 70, 45 and 01. RGB value is (112,69,1). Sum of RGB (Red+Green+Blue) = 112+69+1=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #704501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704501 is #8FBAFE. Grayscale: #4A4A4A. Windows color (decimal): -9419519 or 83312. OLE color: 83312.

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

Color convert

RGB 112 69 1 -
CMYK 0 0.38 0.99 0.56
HSL 36.76º 0.98% 0.22% -
HSV(B) 36.76º 0.99% 0.44% -
XYZ 8.82 7.7 1.05 -
YUV 74.11 86.75 155.03 -
System Red Green Blue C M Y K H S L
Decimal 112 69 1 0 0.38 0.99 0.56 36.76 0.98 0.22
Hex 70 45 1 0 26 63 38 25 62 16
Octal 160 105 1 0 46 143 70 45 142 26
Binary 1110000 1000101 1 0 100110 1100011 111000 100101 1100010 10110

Color Harmonies of #704501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704501

Black with #704501

Text Example


Text Example

White with #704501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704501; }

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

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

background-color css

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

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

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

border-color css

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

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

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