#752C21

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

Shades of Pueblo #752C21

Tints of Pueblo #752C21

Color information

#752C21 (or 0x752C21) is unknown color: approx Pueblo. HEX triplet: 75, 2C and 21. RGB value is (117,44,33). Sum of RGB (Red+Green+Blue) = 117+44+33=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #752C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C21 is #8AD3DE. Grayscale: #404040. Windows color (decimal): -9098207 or 2174069. OLE color: 2174069.

HSL color Cylindrical-coordinate representation of color #752C21: hue angle of 7.86º 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 #752C21 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1174433-
CMYK00.620.720.54
HSL7.86º56%29.41%-
HSV(B)7.86º71.79%45.88%-
XYZ8.515.692.09-
YUV64.57110.18165.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.31%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=60.31%
G=22.68%
B=17.01%

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
Decimal117443300.620.720.547.865629.41
Hex752C2103E48368381d
Octal165544107611066107035
Binary111010110110010000101111101001000110110100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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