#725308

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

Shades of Raw Umber #725308

Tints of Raw Umber #725308

Color information

#725308 (or 0x725308) is unknown color: approx Raw Umber. HEX triplet: 72, 53 and 08. RGB value is (114,83,8). Sum of RGB (Red+Green+Blue) = 114+83+8=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #725308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725308 is #8DACF7. Grayscale: #545454. Windows color (decimal): -9284856 or 545650. OLE color: 545650.

HSL color Cylindrical-coordinate representation of color #725308: hue angle of 42.45º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #725308 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB114838-
CMYK00.270.930.55
HSL42.45º86.89%23.92%-
HSV(B)42.45º92.98%44.71%-
XYZ10.089.781.59-
YUV83.7285.27149.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 8 (3.52% from 255) = 3.90%
R=55.61%
G=40.49%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11483800.270.930.5542.4586.8923.92
Hex7253801B5D372a5718
Octal16212310033135675212730
Binary1110010101001110000110111011101110111101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725308; }

 p { color: rgb(114,83,8); }

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

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

 a { background-color: rgb(114,83,8); }

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

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

 span { border-color: rgb(114,83,8); }

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