#704C0D

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

Shades of Raw Umber #704C0D

Tints of Raw Umber #704C0D

Color information

#704C0D (or 0x704C0D) is unknown color: approx Raw Umber. HEX triplet: 70, 4C and 0D. RGB value is (112,76,13). Sum of RGB (Red+Green+Blue) = 112+76+13=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #704C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704C0D is #8FB3F2. Grayscale: #4F4F4F. Windows color (decimal): -9417715 or 871536. OLE color: 871536.

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

Color convert

RGB1127613-
CMYK00.320.880.56
HSL38.18º79.2%24.51%-
HSV(B)38.18º88.39%43.92%-
XYZ9.348.641.56-
YUV79.5890.43151.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.72%
GREEN value IS 76 (30.08% from 255) = 37.81%
BLUE value IS 13 (5.47% from 255) = 6.47%
R=55.72%
G=37.81%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112761300.320.880.5638.1879.224.51
Hex704CD0205838264f19
Octal16011415040130704611731
Binary11100001001100110101000001011000111000100110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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