#704C17

Color #704C17 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #704C17

Tints of Raw Umber #704C17

Color information

#704C17 (or 0x704C17) is unknown color: approx Raw Umber. HEX triplet: 70, 4C and 17. RGB value is (112,76,23). Sum of RGB (Red+Green+Blue) = 112+76+23=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #704C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704C17 is #8FB3E8. Grayscale: #505050. Windows color (decimal): -9417705 or 1526896. OLE color: 1526896.

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

Color convert

RGB1127623-
CMYK00.320.790.56
HSL35.73º65.93%26.47%-
HSV(B)35.73º79.46%43.92%-
XYZ9.428.681.99-
YUV80.7295.43150.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 23 (9.38% from 255) = 10.90%
R=53.08%
G=36.02%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112762300.320.790.5635.7365.9326.47
Hex704C170204F3824421a
Octal16011427040117704410232
Binary111000010011001011101000001001111111000100100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,76,23); }

 H1.HeaderClassName
 {
   color: #704C17;
 }
 .AnyTagClassName
 {
   color: #704C17;
 }
</style>
background-color css

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

 a { background-color: rgb(112,76,23); }

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

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

 span { border-color: rgb(112,76,23); }

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