#725834

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

Shades of Shingle Fawn #725834

Tints of Shingle Fawn #725834

Color information

#725834 (or 0x725834) is unknown color: approx Shingle Fawn. HEX triplet: 72, 58 and 34. RGB value is (114,88,52). Sum of RGB (Red+Green+Blue) = 114+88+52=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #725834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725834 is #8DA7CB. Grayscale: #5B5B5B. Windows color (decimal): -9283532 or 3430514. OLE color: 3430514.

HSL color Cylindrical-coordinate representation of color #725834: hue angle of 34.84º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #725834 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1148852-
CMYK00.230.540.55
HSL34.84º37.35%32.55%-
HSV(B)34.84º54.39%44.71%-
XYZ11.0510.84.75-
YUV91.67105.61143.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 52 (20.70% from 255) = 20.47%
R=44.88%
G=34.65%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114885200.230.540.5534.8437.3532.55
Hex7258340173637232521
Octal162130640276667434541
Binary11100101011000110100010111110110110111100011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725834; }

 p { color: rgb(114,88,52); }

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

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

 a { background-color: rgb(114,88,52); }

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

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

 span { border-color: rgb(114,88,52); }

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