#732717

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

Shades of Pueblo #732717

Tints of Pueblo #732717

Color information

#732717 (or 0x732717) is unknown color: approx Pueblo. HEX triplet: 73, 27 and 17. RGB value is (115,39,23). Sum of RGB (Red+Green+Blue) = 115+39+23=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #732717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732717 is #8CD8E8. Grayscale: #3C3C3C. Windows color (decimal): -9230569 or 1517427. OLE color: 1517427.

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

Color convert

RGB1153923-
CMYK00.660.800.55
HSL10.43º66.67%27.06%-
HSV(B)10.43º80%45.1%-
XYZ7.955.161.39-
YUV59.9107.18167.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 23 (9.38% from 255) = 12.99%
R=64.97%
G=22.03%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115392300.660.800.5510.4366.6727.06
Hex7327170425037a431b
Octal16347270102120671210333
Binary1110011100111101110100001010100001101111010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732717; }

 p { color: rgb(115,39,23); }

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

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

 a { background-color: rgb(115,39,23); }

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

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

 span { border-color: rgb(115,39,23); }

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