#715102

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

Shades of Raw Umber #715102

Tints of Raw Umber #715102

Color information

#715102 (or 0x715102) is unknown color: approx Raw Umber. HEX triplet: 71, 51 and 02. RGB value is (113,81,2). Sum of RGB (Red+Green+Blue) = 113+81+2=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #715102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715102 is #8EAEFD. Grayscale: #515151. Windows color (decimal): -9350910 or 151921. OLE color: 151921.

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

Color convert

RGB113812-
CMYK00.280.980.56
HSL42.7º96.52%22.55%-
HSV(B)42.7º98.23%44.31%-
XYZ9.769.41.36-
YUV81.5683.1150.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.65%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=57.65%
G=41.33%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11381200.280.980.5642.796.5222.55
Hex7151201C62382b6117
Octal1611212034142705314127
Binary11100011010001100111001100010111000101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715102; }

 p { color: rgb(113,81,2); }

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

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

 a { background-color: rgb(113,81,2); }

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

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

 span { border-color: rgb(113,81,2); }

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