#723526

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

Shades of Pueblo #723526

Tints of Pueblo #723526

Color information

#723526 (or 0x723526) is unknown color: approx Pueblo. HEX triplet: 72, 35 and 26. RGB value is (114,53,38). Sum of RGB (Red+Green+Blue) = 114+53+38=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #723526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723526 is #8DCAD9. Grayscale: #454545. Windows color (decimal): -9292506 or 2504050. OLE color: 2504050.

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

Color convert

RGB1145338-
CMYK00.540.670.55
HSL11.84º50%29.8%-
HSV(B)11.84º66.67%44.71%-
XYZ8.566.262.59-
YUV69.53110.21159.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=55.61%
G=25.85%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114533800.540.670.5511.845029.8
Hex7235260364337c321e
Octal162654606610367146236
Binary111001011010110011001101101000011110111110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723526; }

 p { color: rgb(114,53,38); }

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

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

 a { background-color: rgb(114,53,38); }

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

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

 span { border-color: rgb(114,53,38); }

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