Html Css Color HEX #704B15 Raw Umber

📋 copy color: '#704B15'

red 112 ◦ green 75 ◦ blue 21

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

Shades of Raw Umber #704B15

Tints of Raw Umber #704B15

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.06%

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

R = 53.85%
G = 36.06%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#704B15 (or 0x704B15) is known color: Raw Umber. HEX triplet: 70, 4B and 15. RGB value is (112,75,21). Sum of RGB (Red+Green+Blue) = 112+75+21=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #704B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704B15 is #8FB4EA. Grayscale: #505050. Windows color (decimal): -9417963 or 1395568. OLE color: 1395568.

HSL color Cylindrical-coordinate representation of color #704B15: hue angle of 35.6º 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 #704B15 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 75 21 -
CMYK 0 0.33 0.81 0.56
HSL 35.6º 0.68% 0.26% -
HSV(B) 35.6º 0.81% 0.44% -
XYZ 9.33 8.53 1.86 -
YUV 79.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 112 75 21 0 0.33 0.81 0.56 35.6 0.68 0.26
Hex 70 4B 15 0 21 51 38 24 44 1A
Octal 160 113 25 0 41 121 70 44 104 32
Binary 1110000 1001011 10101 0 100001 1010001 111000 100100 1000100 11010

Color Harmonies of #704B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B15

Black with #704B15

Text Example


Text Example

White with #704B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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