#715702

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

Shades of Raw Umber #715702

Tints of Raw Umber #715702

Color information

#715702 (or 0x715702) is unknown color: approx Raw Umber. HEX triplet: 71, 57 and 02. RGB value is (113,87,2). Sum of RGB (Red+Green+Blue) = 113+87+2=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #715702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715702 is #8EA8FD. Grayscale: #555555. Windows color (decimal): -9349374 or 153457. OLE color: 153457.

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

Color convert

RGB113872-
CMYK00.230.980.56
HSL45.95º96.52%22.55%-
HSV(B)45.95º98.23%44.31%-
XYZ10.2310.331.51-
YUV85.0881.11147.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.94%
GREEN value IS 87 (34.38% from 255) = 43.07%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=55.94%
G=43.07%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11387200.230.980.5645.9596.5222.55
Hex7157201762382e6117
Octal1611272027142705614127
Binary11100011010111100101111100010111000101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715702; }

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

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

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

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

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

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

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

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