#752616

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

Shades of Pueblo #752616

Tints of Pueblo #752616

Color information

#752616 (or 0x752616) is unknown color: approx Pueblo. HEX triplet: 75, 26 and 16. RGB value is (117,38,22). Sum of RGB (Red+Green+Blue) = 117+38+22=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #752616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752616 is #8AD9E9. Grayscale: #3B3B3B. Windows color (decimal): -9099754 or 1451637. OLE color: 1451637.

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

Color convert

RGB1173822-
CMYK00.680.810.54
HSL10.11º68.35%27.25%-
HSV(B)10.11º81.2%45.88%-
XYZ8.175.231.34-
YUV59.8106.67168.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=66.10%
G=21.47%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117382200.680.810.5410.1168.3527.25
Hex7526160445136a441b
Octal16546260104121661210433
Binary1110101100110101100100010010100011101101010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752616; }

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

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

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

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

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

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

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

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