#705307

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

Shades of Raw Umber #705307

Tints of Raw Umber #705307

Color information

#705307 (or 0x705307) is unknown color: approx Raw Umber. HEX triplet: 70, 53 and 07. RGB value is (112,83,7). Sum of RGB (Red+Green+Blue) = 112+83+7=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #705307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705307 is #8FACF8. Grayscale: #535353. Windows color (decimal): -9415929 or 480112. OLE color: 480112.

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

Color convert

RGB112837-
CMYK00.260.940.56
HSL43.43º88.24%23.33%-
HSV(B)43.43º93.75%43.92%-
XYZ9.819.651.55-
YUV83.0185.11148.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 7 (3.12% from 255) = 3.47%
R=55.45%
G=41.09%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11283700.260.940.5643.4388.2423.33
Hex7053701A5E382b5817
Octal1601237032136705313027
Binary111000010100111110110101011110111000101011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705307; }

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

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

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

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

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

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

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

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