#715208

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

Shades of Raw Umber #715208

Tints of Raw Umber #715208

Color information

#715208 (or 0x715208) is unknown color: approx Raw Umber. HEX triplet: 71, 52 and 08. RGB value is (113,82,8). Sum of RGB (Red+Green+Blue) = 113+82+8=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #715208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715208 is #8EADF7. Grayscale: #535353. Windows color (decimal): -9350648 or 545393. OLE color: 545393.

HSL color Cylindrical-coordinate representation of color #715208: hue angle of 42.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #715208 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB113828-
CMYK00.270.930.56
HSL42.29º86.78%23.73%-
HSV(B)42.29º92.92%44.31%-
XYZ9.879.561.56-
YUV82.8385.77149.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 8 (3.52% from 255) = 3.94%
R=55.67%
G=40.39%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11382800.270.930.5642.2986.7823.73
Hex7152801B5D382a5718
Octal16112210033135705212730
Binary1110001101001010000110111011101111000101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715208; }

 p { color: rgb(113,82,8); }

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

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

 a { background-color: rgb(113,82,8); }

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

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

 span { border-color: rgb(113,82,8); }

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