Html Css Color HEX #5A442E Deep Bronze

📋 copy color: '#5A442E'

red 90 ◦ green 68 ◦ blue 46

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

Shades of Deep Bronze #5A442E

Tints of Deep Bronze #5A442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

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

R = 44.12%
G = 33.33%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#5A442E (or 0x5A442E) is known color: Deep Bronze. HEX triplet: 5A, 44 and 2E. RGB value is (90,68,46). Sum of RGB (Red+Green+Blue) = 90+68+46=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A442E is #A5BBD1. Grayscale: #484848. Windows color (decimal): -10861522 or 3032154. OLE color: 3032154.

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

Color convert

RGB 90 68 46 -
CMYK 0 0.24 0.49 0.65
HSL 30º 0.32% 0.27% -
HSV(B) 30º 0.49% 0.35% -
XYZ 6.78 6.51 3.48 -
YUV 72.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 90 68 46 0 0.24 0.49 0.65 30 0.32 0.27
Hex 5A 44 2E 0 18 31 41 1E 20 1B
Octal 132 104 56 0 30 61 101 36 40 33
Binary 1011010 1000100 101110 0 11000 110001 1000001 11110 100000 11011

Color Harmonies of #5A442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A442E

Black with #5A442E

Text Example


Text Example

White with #5A442E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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