#725A06

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

Shades of Raw Umber #725A06

Tints of Raw Umber #725A06

Color information

#725A06 (or 0x725A06) is unknown color: approx Raw Umber. HEX triplet: 72, 5A and 06. RGB value is (114,90,6). Sum of RGB (Red+Green+Blue) = 114+90+6=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #725A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725A06 is #8DA5F9. Grayscale: #575757. Windows color (decimal): -9283066 or 416370. OLE color: 416370.

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

Color convert

RGB114906-
CMYK00.210.950.55
HSL46.67º90%23.53%-
HSV(B)46.67º94.74%44.71%-
XYZ10.6310.91.72-
YUV87.681.95146.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.29%
GREEN value IS 90 (35.55% from 255) = 42.86%
BLUE value IS 6 (2.73% from 255) = 2.86%
R=54.29%
G=42.86%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11490600.210.950.5546.679023.53
Hex725A60155F372f5a18
Octal1621326025137675713230
Binary111001010110101100101011011111110111101111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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