#752618

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

Shades of Pueblo #752618

Tints of Pueblo #752618

Color information

#752618 (or 0x752618) is unknown color: approx Pueblo. HEX triplet: 75, 26 and 18. RGB value is (117,38,24). Sum of RGB (Red+Green+Blue) = 117+38+24=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #752618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752618 is #8AD9E7. Grayscale: #3C3C3C. Windows color (decimal): -9099752 or 1582709. OLE color: 1582709.

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

Color convert

RGB1173824-
CMYK00.680.790.54
HSL9.03º65.96%27.65%-
HSV(B)9.03º79.49%45.88%-
XYZ8.195.231.44-
YUV60.02107.67168.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.36%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=65.36%
G=21.23%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117382400.680.790.549.0365.9627.65
Hex7526180444F369421c
Octal16546300104117661110234
Binary1110101100110110000100010010011111101101001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752618; }

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

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

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

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

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

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

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

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