#753827

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

Shades of Pueblo #753827

Tints of Pueblo #753827

Color information

#753827 (or 0x753827) is unknown color: approx Pueblo. HEX triplet: 75, 38 and 27. RGB value is (117,56,39). Sum of RGB (Red+Green+Blue) = 117+56+39=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #753827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753827 is #8AC7D8. Grayscale: #484848. Windows color (decimal): -9095129 or 2570357. OLE color: 2570357.

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

Color convert

RGB1175639-
CMYK00.520.670.54
HSL13.08º50%30.59%-
HSV(B)13.08º66.67%45.88%-
XYZ9.126.762.74-
YUV72.3109.21159.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 39 (15.62% from 255) = 18.40%
R=55.19%
G=26.42%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117563900.520.670.5413.085030.59
Hex7538270344336d321f
Octal165704706410366156237
Binary111010111100010011101101001000011110110110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753827; }

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

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

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

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

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

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

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

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