#705502

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

Shades of Raw Umber #705502

Tints of Raw Umber #705502

Color information

#705502 (or 0x705502) is unknown color: approx Raw Umber. HEX triplet: 70, 55 and 02. RGB value is (112,85,2). Sum of RGB (Red+Green+Blue) = 112+85+2=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #705502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705502 is #8FAAFD. Grayscale: #535353. Windows color (decimal): -9415422 or 152944. OLE color: 152944.

HSL color Cylindrical-coordinate representation of color #705502: hue angle of 45.27º 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 #705502 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB112852-
CMYK00.240.980.56
HSL45.27º96.49%22.35%-
HSV(B)45.27º98.21%43.92%-
XYZ9.949.951.45-
YUV83.6181.95148.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=56.28%
G=42.71%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11285200.240.980.5645.2796.4922.35
Hex7055201862382d6016
Octal1601252030142705514026
Binary11100001010101100110001100010111000101101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705502; }

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

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

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

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

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

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

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

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