#482435

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

Shades of Toledo #482435

Tints of Toledo #482435

Color information

#482435 (or 0x482435) is unknown color: approx Toledo. HEX triplet: 48, 24 and 35. RGB value is (72,36,53). Sum of RGB (Red+Green+Blue) = 72+36+53=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482435 is #B7DBCA. Grayscale: #303030. Windows color (decimal): -12049355 or 3482696. OLE color: 3482696.

HSL color Cylindrical-coordinate representation of color #482435: hue angle of 331.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #482435 is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB723653-
CMYK00.50.260.72
HSL331.67º33.33%21.18%-
HSV(B)331.67º50%28.24%-
XYZ3.952.93.72-
YUV48.7130.43144.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=44.72%
G=22.36%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72365300.50.260.72331.6733.3321.18
Hex4824350321A4814c2115
Octal1104465062321105144125
Binary1001000100100110101011001011010100100010100110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482435; }

 p { color: rgb(72,36,53); }

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

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

 a { background-color: rgb(72,36,53); }

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

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

 span { border-color: rgb(72,36,53); }

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