#75281C

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

Shades of Pueblo #75281C

Tints of Pueblo #75281C

Color information

#75281C (or 0x75281C) is unknown color: approx Pueblo. HEX triplet: 75, 28 and 1C. RGB value is (117,40,28). Sum of RGB (Red+Green+Blue) = 117+40+28=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75281C is #8AD7E3. Grayscale: #3D3D3D. Windows color (decimal): -9099236 or 1845365. OLE color: 1845365.

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

Color convert

RGB1174028-
CMYK00.660.760.54
HSL8.09º61.38%28.43%-
HSV(B)8.09º76.07%45.88%-
XYZ8.35.381.7-
YUV61.65109.01167.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.24%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=63.24%
G=21.62%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117402800.660.760.548.0961.3828.43
Hex75281C0424C3683d1c
Octal1655034010211466107534
Binary111010110100011100010000101001100110110100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75281C; }

 p { color: rgb(117,40,28); }

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

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

 a { background-color: rgb(117,40,28); }

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

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

 span { border-color: rgb(117,40,28); }

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