#752718

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

Shades of Pueblo #752718

Tints of Pueblo #752718

Color information

#752718 (or 0x752718) is unknown color: approx Pueblo. HEX triplet: 75, 27 and 18. RGB value is (117,39,24). Sum of RGB (Red+Green+Blue) = 117+39+24=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #752718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752718 is #8AD8E7. Grayscale: #3C3C3C. Windows color (decimal): -9099496 or 1582965. OLE color: 1582965.

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

Color convert

RGB1173924-
CMYK00.670.790.54
HSL9.68º65.96%27.65%-
HSV(B)9.68º79.49%45.88%-
XYZ8.235.31.45-
YUV60.61107.34168.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 24 (9.77% from 255) = 13.33%
R=65%
G=21.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117392400.670.790.549.6865.9627.65
Hex7527180434F36a421c
Octal16547300103117661210234
Binary1110101100111110000100001110011111101101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752718; }

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

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

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

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

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

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

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

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