#725310

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

Shades of Raw Umber #725310

Tints of Raw Umber #725310

Color information

#725310 (or 0x725310) is unknown color: approx Raw Umber. HEX triplet: 72, 53 and 10. RGB value is (114,83,16). Sum of RGB (Red+Green+Blue) = 114+83+16=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #725310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725310 is #8DACEF. Grayscale: #545454. Windows color (decimal): -9284848 or 1069938. OLE color: 1069938.

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

Color convert

RGB1148316-
CMYK00.270.860.55
HSL41.02º75.38%25.49%-
HSV(B)41.02º85.96%44.71%-
XYZ10.139.81.85-
YUV84.6389.27148.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 16 (6.64% from 255) = 7.51%
R=53.52%
G=38.97%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114831600.270.860.5541.0275.3825.49
Hex72531001B5637294b19
Octal16212320033126675111331
Binary11100101010011100000110111010110110111101001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725310; }

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

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

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

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

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

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

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

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