Html Css Color HEX #704D15 Raw Umber

📋 copy color: '#704D15'

red 112 ◦ green 77 ◦ blue 21

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

Shades of Raw Umber #704D15

Tints of Raw Umber #704D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.67%

 BLUE value IS 21 (8.59% from 255) = 10%

R = 53.33%
G = 36.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#704D15 (or 0x704D15) is known color: Raw Umber. HEX triplet: 70, 4D and 15. RGB value is (112,77,21). Sum of RGB (Red+Green+Blue) = 112+77+21=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #704D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D15 is #8FB2EA. Grayscale: #515151. Windows color (decimal): -9417451 or 1396080. OLE color: 1396080.

HSL color Cylindrical-coordinate representation of color #704D15: hue angle of 36.92º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #704D15 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 77 21 -
CMYK 0 0.31 0.81 0.56
HSL 36.92º 0.68% 0.26% -
HSV(B) 36.92º 0.81% 0.44% -
XYZ 9.47 8.81 1.91 -
YUV 81.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 112 77 21 0 0.31 0.81 0.56 36.92 0.68 0.26
Hex 70 4D 15 0 1F 51 38 25 44 1A
Octal 160 115 25 0 37 121 70 45 104 32
Binary 1110000 1001101 10101 0 11111 1010001 111000 100101 1000100 11010

Color Harmonies of #704D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D15

Black with #704D15

Text Example


Text Example

White with #704D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,77,21); }

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

background-color css

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

 a { background-color: rgb(112,77,21); }

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

border-color css

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

 span { border-color: rgb(112,77,21); }

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