#705306

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

Shades of Raw Umber #705306

Tints of Raw Umber #705306

Color information

#705306 (or 0x705306) is unknown color: approx Raw Umber. HEX triplet: 70, 53 and 06. RGB value is (112,83,6). Sum of RGB (Red+Green+Blue) = 112+83+6=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #705306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705306 is #8FACF9. Grayscale: #535353. Windows color (decimal): -9415930 or 414576. OLE color: 414576.

HSL color Cylindrical-coordinate representation of color #705306: hue angle of 43.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #705306 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB112836-
CMYK00.260.950.56
HSL43.58º89.83%23.14%-
HSV(B)43.58º94.64%43.92%-
XYZ9.819.641.52-
YUV82.8984.61148.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.72%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 6 (2.73% from 255) = 2.99%
R=55.72%
G=41.29%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11283600.260.950.5643.5889.8323.14
Hex7053601A5F382c5a17
Octal1601236032137705413227
Binary111000010100111100110101011111111000101100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705306; }

 p { color: rgb(112,83,6); }

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

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

 a { background-color: rgb(112,83,6); }

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

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

 span { border-color: rgb(112,83,6); }

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