#732E23

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

Shades of Pueblo #732E23

Tints of Pueblo #732E23

Color information

#732E23 (or 0x732E23) is unknown color: approx Pueblo. HEX triplet: 73, 2E and 23. RGB value is (115,46,35). Sum of RGB (Red+Green+Blue) = 115+46+35=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #732E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E23 is #8CD1DC. Grayscale: #414141. Windows color (decimal): -9228765 or 2305651. OLE color: 2305651.

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

Color convert

RGB1154635-
CMYK00.60.700.55
HSL8.25º53.33%29.41%-
HSV(B)8.25º69.57%45.1%-
XYZ8.355.722.25-
YUV65.38110.86163.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.67%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=58.67%
G=23.47%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115463500.60.700.558.2553.3329.41
Hex732E2303C46378351d
Octal163564307410667106535
Binary111001110111010001101111001000110110111100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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