#732C13

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

Shades of Pueblo #732C13

Tints of Pueblo #732C13

Color information

#732C13 (or 0x732C13) is unknown color: approx Pueblo. HEX triplet: 73, 2C and 13. RGB value is (115,44,19). Sum of RGB (Red+Green+Blue) = 115+44+19=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #732C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732C13 is #8CD3EC. Grayscale: #3E3E3E. Windows color (decimal): -9229293 or 1256563. OLE color: 1256563.

HSL color Cylindrical-coordinate representation of color #732C13: hue angle of 15.63º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #732C13 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1154419-
CMYK00.620.830.55
HSL15.63º71.64%26.27%-
HSV(B)15.63º83.48%45.1%-
XYZ8.095.491.25-
YUV62.38103.52165.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.61%
GREEN value IS 44 (17.58% from 255) = 24.72%
BLUE value IS 19 (7.81% from 255) = 10.67%
R=64.61%
G=24.72%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115441900.620.830.5515.6371.6426.27
Hex732C1303E533710481a
Octal1635423076123672011032
Binary1110011101100100110111110101001111011110000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,44,19); }

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

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

 a { background-color: rgb(115,44,19); }

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

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

 span { border-color: rgb(115,44,19); }

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