#732D23

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

Shades of Pueblo #732D23

Tints of Pueblo #732D23

Color information

#732D23 (or 0x732D23) is unknown color: approx Pueblo. HEX triplet: 73, 2D and 23. RGB value is (115,45,35). Sum of RGB (Red+Green+Blue) = 115+45+35=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #732D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D23 is #8CD2DC. Grayscale: #404040. Windows color (decimal): -9229021 or 2305395. OLE color: 2305395.

HSL color Cylindrical-coordinate representation of color #732D23: hue angle of 7.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732D23 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1154535-
CMYK00.610.700.55
HSL7.5º53.33%29.41%-
HSV(B)7.5º69.57%45.1%-
XYZ8.315.642.24-
YUV64.79111.19163.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 35 (14.06% from 255) = 17.95%
R=58.97%
G=23.08%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115453500.610.700.557.553.3329.41
Hex732D2303D46378351d
Octal163554307510667106535
Binary111001110110110001101111011000110110111100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,45,35); }

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

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

 a { background-color: rgb(115,45,35); }

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

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

 span { border-color: rgb(115,45,35); }

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