#725A0E

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

Shades of Raw Umber #725A0E

Tints of Raw Umber #725A0E

Color information

#725A0E (or 0x725A0E) is unknown color: approx Raw Umber. HEX triplet: 72, 5A and 0E. RGB value is (114,90,14). Sum of RGB (Red+Green+Blue) = 114+90+14=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #725A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725A0E is #8DA5F1. Grayscale: #585858. Windows color (decimal): -9283058 or 940658. OLE color: 940658.

HSL color Cylindrical-coordinate representation of color #725A0E: hue angle of 45.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #725A0E is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1149014-
CMYK00.210.880.55
HSL45.6º78.12%25.1%-
HSV(B)45.6º87.72%44.71%-
XYZ10.6710.921.96-
YUV88.5185.95146.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 90 (35.55% from 255) = 41.28%
BLUE value IS 14 (5.86% from 255) = 6.42%
R=52.29%
G=41.28%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114901400.210.880.5545.678.1225.1
Hex725AE01558372e4e19
Octal16213216025130675611631
Binary1110010101101011100101011011000110111101110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725A0E; }

 p { color: rgb(114,90,14); }

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

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

 a { background-color: rgb(114,90,14); }

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

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

 span { border-color: rgb(114,90,14); }

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