Html Css Color HEX #5A472E Deep Bronze

📋 copy color: '#5A472E'

red 90 ◦ green 71 ◦ blue 46

#5A472E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Bronze #5A472E

Tints of Deep Bronze #5A472E

RGB

 RED value IS 90 (35.55% from 255) = 43.48%

 GREEN value IS 71 (28.13% from 255) = 34.3%

 BLUE value IS 46 (18.36% from 255) = 22.22%

R = 43.48%
G = 34.3%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#5A472E (or 0x5A472E) is known color: Deep Bronze. HEX triplet: 5A, 47 and 2E. RGB value is (90,71,46). Sum of RGB (Red+Green+Blue) = 90+71+46=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 90 - color contains mainly: red. Hex color #5A472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A472E is #A5B8D1. Grayscale: #494949. Windows color (decimal): -10860754 or 3032922. OLE color: 3032922.

HSL color Cylindrical-coordinate representation of color #5A472E: hue angle of 34.09º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A472E is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 71 46 -
CMYK 0 0.21 0.49 0.65
HSL 34.09º 0.32% 0.27% -
HSV(B) 34.09º 0.49% 0.35% -
XYZ 6.96 6.88 3.55 -
YUV 73.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 90 71 46 0 0.21 0.49 0.65 34.09 0.32 0.27
Hex 5A 47 2E 0 15 31 41 22 20 1B
Octal 132 107 56 0 25 61 101 42 40 33
Binary 1011010 1000111 101110 0 10101 110001 1000001 100010 100000 11011

Color Harmonies of #5A472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A472E

Black with #5A472E

Text Example


Text Example

White with #5A472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,71,46); }

 H1.HeaderClassName
 {
   color: #5A472E;
 }
 .AnyTagClassName
 {
   color: #5A472E;
 }
</style>

background-color css

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

 a { background-color: rgb(90,71,46); }

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

border-color css

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

 span { border-color: rgb(90,71,46); }

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