#752D21

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

Shades of Pueblo #752D21

Tints of Pueblo #752D21

Color information

#752D21 (or 0x752D21) is unknown color: approx Pueblo. HEX triplet: 75, 2D and 21. RGB value is (117,45,33). Sum of RGB (Red+Green+Blue) = 117+45+33=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #752D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D21 is #8AD2DE. Grayscale: #414141. Windows color (decimal): -9097951 or 2174325. OLE color: 2174325.

HSL color Cylindrical-coordinate representation of color #752D21: hue angle of 8.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752D21 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1174533-
CMYK00.620.720.54
HSL8.57º56%29.41%-
HSV(B)8.57º71.79%45.88%-
XYZ8.555.772.1-
YUV65.16109.85164.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=60%
G=23.08%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117453300.620.720.548.575629.41
Hex752D2103E48369381d
Octal165554107611066117035
Binary111010110110110000101111101001000110110100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,45,33); }

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

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

 a { background-color: rgb(117,45,33); }

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

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

 span { border-color: rgb(117,45,33); }

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