#753825

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

Shades of Pueblo #753825

Tints of Pueblo #753825

Color information

#753825 (or 0x753825) is unknown color: approx Pueblo. HEX triplet: 75, 38 and 25. RGB value is (117,56,37). Sum of RGB (Red+Green+Blue) = 117+56+37=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #753825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753825 is #8AC7DA. Grayscale: #484848. Windows color (decimal): -9095131 or 2439285. OLE color: 2439285.

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

Color convert

RGB1175637-
CMYK00.520.680.54
HSL14.25º51.95%30.2%-
HSV(B)14.25º68.38%45.88%-
XYZ9.086.742.57-
YUV72.07108.21160.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 56 (22.27% from 255) = 26.67%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=55.71%
G=26.67%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117563700.520.680.5414.2551.9530.2
Hex7538250344436e341e
Octal165704506410466166436
Binary111010111100010010101101001000100110110111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753825; }

 p { color: rgb(117,56,37); }

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

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

 a { background-color: rgb(117,56,37); }

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

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

 span { border-color: rgb(117,56,37); }

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