#723326

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

Shades of Pueblo #723326

Tints of Pueblo #723326

Color information

#723326 (or 0x723326) is unknown color: approx Pueblo. HEX triplet: 72, 33 and 26. RGB value is (114,51,38). Sum of RGB (Red+Green+Blue) = 114+51+38=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #723326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723326 is #8DCCD9. Grayscale: #444444. Windows color (decimal): -9293018 or 2503538. OLE color: 2503538.

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

Color convert

RGB1145138-
CMYK00.550.670.55
HSL10.26º50%29.8%-
HSV(B)10.26º66.67%44.71%-
XYZ8.476.092.56-
YUV68.35110.87160.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 38 (15.23% from 255) = 18.72%
R=56.16%
G=25.12%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114513800.550.670.5510.265029.8
Hex7233260374337a321e
Octal162634606710367126236
Binary111001011001110011001101111000011110111101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723326; }

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

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

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

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

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

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

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

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