Html Css Color HEX #704E1A Raw Umber

📋 copy color: '#704E1A'

red 112 ◦ green 78 ◦ blue 26

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

Shades of Raw Umber #704E1A

Tints of Raw Umber #704E1A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.11%

 BLUE value IS 26 (10.55% from 255) = 12.04%

R = 51.85%
G = 36.11%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#704E1A (or 0x704E1A) is known color: Raw Umber. HEX triplet: 70, 4E and 1A. RGB value is (112,78,26). Sum of RGB (Red+Green+Blue) = 112+78+26=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #704E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E1A is #8FB1E5. Grayscale: #525252. Windows color (decimal): -9417190 or 1724016. OLE color: 1724016.

HSL color Cylindrical-coordinate representation of color #704E1A: hue angle of 36.28º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #704E1A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 26 -
CMYK 0 0.30 0.77 0.56
HSL 36.28º 0.62% 0.27% -
HSV(B) 36.28º 0.77% 0.44% -
XYZ 9.59 8.97 2.2 -
YUV 82.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 112 78 26 0 0.30 0.77 0.56 36.28 0.62 0.27
Hex 70 4E 1A 0 1E 4D 38 24 3E 1B
Octal 160 116 32 0 36 115 70 44 76 33
Binary 1110000 1001110 11010 0 11110 1001101 111000 100100 111110 11011

Color Harmonies of #704E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E1A

Black with #704E1A

Text Example


Text Example

White with #704E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704E1A; }

 p { color: rgb(112,78,26); }

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

background-color css

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

 a { background-color: rgb(112,78,26); }

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

border-color css

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

 span { border-color: rgb(112,78,26); }

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