#723328

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

Shades of Pueblo #723328

Tints of Pueblo #723328

Color information

#723328 (or 0x723328) is unknown color: approx Pueblo. HEX triplet: 72, 33 and 28. RGB value is (114,51,40). Sum of RGB (Red+Green+Blue) = 114+51+40=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #723328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723328 is #8DCCD7. Grayscale: #444444. Windows color (decimal): -9293016 or 2634610. OLE color: 2634610.

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

Color convert

RGB1145140-
CMYK00.550.650.55
HSL8.92º48.05%30.2%-
HSV(B)8.92º64.91%44.71%-
XYZ8.516.12.74-
YUV68.58111.87160.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=55.61%
G=24.88%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114514000.550.650.558.9248.0530.2
Hex72332803741379301e
Octal162635006710167116036
Binary111001011001110100001101111000001110111100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723328; }

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

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

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

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

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

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

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

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