#723728

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

Shades of Pueblo #723728

Tints of Pueblo #723728

Color information

#723728 (or 0x723728) is unknown color: approx Pueblo. HEX triplet: 72, 37 and 28. RGB value is (114,55,40). Sum of RGB (Red+Green+Blue) = 114+55+40=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #723728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723728 is #8DC8D7. Grayscale: #474747. Windows color (decimal): -9291992 or 2635634. OLE color: 2635634.

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

Color convert

RGB1145540-
CMYK00.520.650.55
HSL12.16º48.05%30.2%-
HSV(B)12.16º64.91%44.71%-
XYZ8.696.462.8-
YUV70.93110.55158.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=54.55%
G=26.32%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114554000.520.650.5512.1648.0530.2
Hex7237280344137c301e
Octal162675006410167146036
Binary111001011011110100001101001000001110111110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723728; }

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

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

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

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

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

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

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

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