#723726

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

Shades of Pueblo #723726

Tints of Pueblo #723726

Color information

#723726 (or 0x723726) is unknown color: approx Pueblo. HEX triplet: 72, 37 and 26. RGB value is (114,55,38). Sum of RGB (Red+Green+Blue) = 114+55+38=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #723726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723726 is #8DC8D9. Grayscale: #464646. Windows color (decimal): -9291994 or 2504562. OLE color: 2504562.

HSL color Cylindrical-coordinate representation of color #723726: hue angle of 13.42º 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 #723726 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1145538-
CMYK00.520.670.55
HSL13.42º50%29.8%-
HSV(B)13.42º66.67%44.71%-
XYZ8.666.452.62-
YUV70.7109.55158.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 38 (15.23% from 255) = 18.36%
R=55.07%
G=26.57%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114553800.520.670.5513.425029.8
Hex7237260344337d321e
Octal162674606410367156236
Binary111001011011110011001101001000011110111110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723726; }

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

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

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

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

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

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

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

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