Html Css Color HEX #5A462E Deep Bronze

📋 copy color: '#5A462E'

red 90 ◦ green 70 ◦ blue 46

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

Shades of Deep Bronze #5A462E

Tints of Deep Bronze #5A462E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

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

R = 43.69%
G = 33.98%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#5A462E (or 0x5A462E) is known color: Deep Bronze. HEX triplet: 5A, 46 and 2E. RGB value is (90,70,46). Sum of RGB (Red+Green+Blue) = 90+70+46=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 90 - color contains mainly: red. Hex color #5A462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A462E is #A5B9D1. Grayscale: #494949. Windows color (decimal): -10861010 or 3032666. OLE color: 3032666.

HSL color Cylindrical-coordinate representation of color #5A462E: hue angle of 32.73º 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 #5A462E is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 70 46 -
CMYK 0 0.22 0.49 0.65
HSL 32.73º 0.32% 0.27% -
HSV(B) 32.73º 0.49% 0.35% -
XYZ 6.9 6.75 3.52 -
YUV 73.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 90 70 46 0 0.22 0.49 0.65 32.73 0.32 0.27
Hex 5A 46 2E 0 16 31 41 21 20 1B
Octal 132 106 56 0 26 61 101 41 40 33
Binary 1011010 1000110 101110 0 10110 110001 1000001 100001 100000 11011

Color Harmonies of #5A462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A462E

Black with #5A462E

Text Example


Text Example

White with #5A462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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