#732E24

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

Shades of Pueblo #732E24

Tints of Pueblo #732E24

Color information

#732E24 (or 0x732E24) is unknown color: approx Pueblo. HEX triplet: 73, 2E and 24. RGB value is (115,46,36). Sum of RGB (Red+Green+Blue) = 115+46+36=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #732E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E24 is #8CD1DB. Grayscale: #414141. Windows color (decimal): -9228764 or 2371187. OLE color: 2371187.

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

Color convert

RGB1154636-
CMYK00.60.690.55
HSL7.59º52.32%29.61%-
HSV(B)7.59º68.7%45.1%-
XYZ8.375.732.33-
YUV65.49111.36163.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 36 (14.45% from 255) = 18.27%
R=58.38%
G=23.35%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115463600.60.690.557.5952.3229.61
Hex732E2403C45378341e
Octal163564407410567106436
Binary111001110111010010001111001000101110111100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,46,36); }

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

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

 a { background-color: rgb(115,46,36); }

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

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

 span { border-color: rgb(115,46,36); }

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