#726102

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

Shades of Raw Umber #726102

Tints of Raw Umber #726102

Color information

#726102 (or 0x726102) is unknown color: approx Raw Umber. HEX triplet: 72, 61 and 02. RGB value is (114,97,2). Sum of RGB (Red+Green+Blue) = 114+97+2=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #726102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726102 is #8D9EFD. Grayscale: #5B5B5B. Windows color (decimal): -9281278 or 156018. OLE color: 156018.

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

Color convert

RGB114972-
CMYK00.150.980.55
HSL50.89º96.55%22.75%-
HSV(B)50.89º98.25%44.71%-
XYZ11.2312.131.81-
YUV91.2577.63144.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=53.52%
G=45.54%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11497200.150.980.5550.8996.5522.75
Hex726120F6237336117
Octal1621412017142676314127
Binary1110010110000110011111100010110111110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726102; }

 p { color: rgb(114,97,2); }

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

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

 a { background-color: rgb(114,97,2); }

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

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

 span { border-color: rgb(114,97,2); }

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