#725533

Color #725533 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #725533

Tints of Shingle Fawn #725533

Color information

#725533 (or 0x725533) is unknown color: approx Shingle Fawn. HEX triplet: 72, 55 and 33. RGB value is (114,85,51). Sum of RGB (Red+Green+Blue) = 114+85+51=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #725533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725533 is #8DAACC. Grayscale: #595959. Windows color (decimal): -9284301 or 3364210. OLE color: 3364210.

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

Color convert

RGB1148551-
CMYK00.250.550.55
HSL32.38º38.18%32.35%-
HSV(B)32.38º55.26%44.71%-
XYZ10.7910.314.55-
YUV89.79106.11145.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 51 (20.31% from 255) = 20.4%
R=45.6%
G=34%
B=20.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114855100.250.550.5532.3838.1832.35
Hex7255330193737202620
Octal162125630316767404640
Binary11100101010101110011011001110111110111100000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725533; }

 p { color: rgb(114,85,51); }

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

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

 a { background-color: rgb(114,85,51); }

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

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

 span { border-color: rgb(114,85,51); }

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