#704802

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

Shades of Raw Umber #704802

Tints of Raw Umber #704802

Color information

#704802 (or 0x704802) is unknown color: approx Raw Umber. HEX triplet: 70, 48 and 02. RGB value is (112,72,2). Sum of RGB (Red+Green+Blue) = 112+72+2=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #704802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704802 is #8FB7FD. Grayscale: #4C4C4C. Windows color (decimal): -9418750 or 149616. OLE color: 149616.

HSL color Cylindrical-coordinate representation of color #704802: hue angle of 38.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #704802 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB112722-
CMYK00.360.980.56
HSL38.18º96.49%22.35%-
HSV(B)38.18º98.21%43.92%-
XYZ9.018.081.14-
YUV75.9886.25153.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.22%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=60.22%
G=38.71%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11272200.360.980.5638.1896.4922.35
Hex704820246238266016
Octal1601102044142704614026
Binary111000010010001001001001100010111000100110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704802; }

 p { color: rgb(112,72,2); }

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

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

 a { background-color: rgb(112,72,2); }

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

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

 span { border-color: rgb(112,72,2); }

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