#752E23

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

Shades of Pueblo #752E23

Tints of Pueblo #752E23

Color information

#752E23 (or 0x752E23) is unknown color: approx Pueblo. HEX triplet: 75, 2E and 23. RGB value is (117,46,35). Sum of RGB (Red+Green+Blue) = 117+46+35=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #752E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E23 is #8AD1DC. Grayscale: #424242. Windows color (decimal): -9097693 or 2305653. OLE color: 2305653.

HSL color Cylindrical-coordinate representation of color #752E23: hue angle of 8.05º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752E23 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB1174635-
CMYK00.610.700.54
HSL8.05º53.95%29.8%-
HSV(B)8.05º70.09%45.88%-
XYZ8.625.862.27-
YUV65.97110.52164.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 35 (14.06% from 255) = 17.68%
R=59.09%
G=23.23%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117463500.610.700.548.0553.9529.8
Hex752E2303D46368361e
Octal165564307510666106636
Binary111010110111010001101111011000110110110100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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