#732F17

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

Shades of Pueblo #732F17

Tints of Pueblo #732F17

Color information

#732F17 (or 0x732F17) is unknown color: approx Pueblo. HEX triplet: 73, 2F and 17. RGB value is (115,47,23). Sum of RGB (Red+Green+Blue) = 115+47+23=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #732F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732F17 is #8CD0E8. Grayscale: #404040. Windows color (decimal): -9228521 or 1519475. OLE color: 1519475.

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

Color convert

RGB1154723-
CMYK00.590.800.55
HSL15.65º66.67%27.06%-
HSV(B)15.65º80%45.1%-
XYZ8.245.741.48-
YUV64.6104.53163.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 47 (18.75% from 255) = 25.41%
BLUE value IS 23 (9.38% from 255) = 12.43%
R=62.16%
G=25.41%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115472300.590.800.5515.6566.6727.06
Hex732F1703B503710431b
Octal1635727073120672010333
Binary1110011101111101110111011101000011011110000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732F17; }

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

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

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

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

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

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

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

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