#5A452A

Color #5A452A Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #5A452A

Tints of Deep Bronze #5A452A

Color information

#5A452A (or 0x5A452A) is unknown color: approx Deep Bronze. HEX triplet: 5A, 45 and 2A. RGB value is (90,69,42). Sum of RGB (Red+Green+Blue) = 90+69+42=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A452A is #A5BAD5. Grayscale: #484848. Windows color (decimal): -10861270 or 2770266. OLE color: 2770266.

HSL color Cylindrical-coordinate representation of color #5A452A: hue angle of 33.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A452A is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB906942-
CMYK00.230.530.65
HSL33.75º36.36%25.88%-
HSV(B)33.75º53.33%35.29%-
XYZ6.766.63.11-
YUV72.2110.96140.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.78%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=44.78%
G=34.33%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90694200.230.530.6533.7536.3625.88
Hex5A452A017354122241a
Octal1321055202765101424432
Binary10110101000101101010010111110101100000110001010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A452A; }

 p { color: rgb(90,69,42); }

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

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

 a { background-color: rgb(90,69,42); }

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

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

 span { border-color: rgb(90,69,42); }

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