Html Css Color HEX #704601 Raw Umber

📋 copy color: '#704601'

red 112 ◦ green 70 ◦ blue 1

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

Shades of Raw Umber #704601

Tints of Raw Umber #704601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.25%

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

R = 61.2%
G = 38.25%
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

#704601 (or 0x704601) is known color: Raw Umber. HEX triplet: 70, 46 and 01. RGB value is (112,70,1). Sum of RGB (Red+Green+Blue) = 112+70+1=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #704601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704601 is #8FB9FE. Grayscale: #4B4B4B. Windows color (decimal): -9419263 or 83568. OLE color: 83568.

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

Color convert

RGB 112 70 1 -
CMYK 0 0.38 0.99 0.56
HSL 37.3º 0.98% 0.22% -
HSV(B) 37.3º 0.99% 0.44% -
XYZ 8.88 7.83 1.07 -
YUV 74.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 112 70 1 0 0.38 0.99 0.56 37.3 0.98 0.22
Hex 70 46 1 0 26 63 38 25 62 16
Octal 160 106 1 0 46 143 70 45 142 26
Binary 1110000 1000110 1 0 100110 1100011 111000 100101 1100010 10110

Color Harmonies of #704601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704601

Black with #704601

Text Example


Text Example

White with #704601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704601; }

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

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

background-color css

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

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

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

border-color css

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

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

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