Html Css Color HEX #5A4329 Deep Bronze

📋 copy color: '#5A4329'

red 90 ◦ green 67 ◦ blue 41

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

Shades of Deep Bronze #5A4329

Tints of Deep Bronze #5A4329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.84%

 BLUE value IS 41 (16.41% from 255) = 20.71%

R = 45.45%
G = 33.84%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#5A4329 (or 0x5A4329) is known color: Deep Bronze. HEX triplet: 5A, 43 and 29. RGB value is (90,67,41). Sum of RGB (Red+Green+Blue) = 90+67+41=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4329 is #A5BCD6. Grayscale: #474747. Windows color (decimal): -10861783 or 2704218. OLE color: 2704218.

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

Color convert

RGB 90 67 41 -
CMYK 0 0.26 0.54 0.65
HSL 31.84º 0.37% 0.26% -
HSV(B) 31.84º 0.54% 0.35% -
XYZ 6.62 6.35 2.97 -
YUV 70.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 90 67 41 0 0.26 0.54 0.65 31.84 0.37 0.26
Hex 5A 43 29 0 1A 36 41 20 25 1A
Octal 132 103 51 0 32 66 101 40 45 32
Binary 1011010 1000011 101001 0 11010 110110 1000001 100000 100101 11010

Color Harmonies of #5A4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4329

Black with #5A4329

Text Example


Text Example

White with #5A4329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,67,41); }

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

background-color css

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

 a { background-color: rgb(90,67,41); }

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

border-color css

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

 span { border-color: rgb(90,67,41); }

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