#753826

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

Shades of Pueblo #753826

Tints of Pueblo #753826

Color information

#753826 (or 0x753826) is unknown color: approx Pueblo. HEX triplet: 75, 38 and 26. RGB value is (117,56,38). Sum of RGB (Red+Green+Blue) = 117+56+38=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #753826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753826 is #8AC7D9. Grayscale: #484848. Windows color (decimal): -9095130 or 2504821. OLE color: 2504821.

HSL color Cylindrical-coordinate representation of color #753826: hue angle of 13.67º degrees, saturation: 0.51, 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 #753826 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1175638-
CMYK00.520.680.54
HSL13.67º50.97%30.39%-
HSV(B)13.67º67.52%45.88%-
XYZ9.16.752.66-
YUV72.19108.71159.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=55.45%
G=26.54%
B=18.01%

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
Decimal117563800.520.680.5413.6750.9730.39
Hex7538260344436e331e
Octal165704606410466166336
Binary111010111100010011001101001000100110110111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753826; }

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

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

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

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

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

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

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

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