#723327

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

Shades of Pueblo #723327

Tints of Pueblo #723327

Color information

#723327 (or 0x723327) is unknown color: approx Pueblo. HEX triplet: 72, 33 and 27. RGB value is (114,51,39). Sum of RGB (Red+Green+Blue) = 114+51+39=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #723327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723327 is #8DCCD8. Grayscale: #444444. Windows color (decimal): -9293017 or 2569074. OLE color: 2569074.

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

Color convert

RGB1145139-
CMYK00.550.660.55
HSL9.6º49.02%30%-
HSV(B)9.6º65.79%44.71%-
XYZ8.496.092.65-
YUV68.47111.37160.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.88%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 39 (15.62% from 255) = 19.12%
R=55.88%
G=25%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114513900.550.660.559.649.0230
Hex7233270374237a311e
Octal162634706710267126136
Binary111001011001110011101101111000010110111101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723327; }

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

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

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

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

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

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

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

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