#753621

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

Shades of Pueblo #753621

Tints of Pueblo #753621

Color information

#753621 (or 0x753621) is unknown color: approx Pueblo. HEX triplet: 75, 36 and 21. RGB value is (117,54,33). Sum of RGB (Red+Green+Blue) = 117+54+33=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #753621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753621 is #8AC9DE. Grayscale: #464646. Windows color (decimal): -9095647 or 2176629. OLE color: 2176629.

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

Color convert

RGB1175433-
CMYK00.540.720.54
HSL15º56%29.41%-
HSV(B)15º71.79%45.88%-
XYZ8.936.532.23-
YUV70.44106.87161.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 33 (13.28% from 255) = 16.18%
R=57.35%
G=26.47%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117543300.540.720.54155629.41
Hex7536210364836f381d
Octal165664106611066177035
Binary111010111011010000101101101001000110110111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753621; }

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

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

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

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

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

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

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

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