Html Css Color HEX #5A452A Deep Bronze

📋 copy color: '#5A452A'

red 90 ◦ green 69 ◦ blue 42

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

Shades of Deep Bronze #5A452A

Tints of Deep Bronze #5A452A

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.8% from 255) = 20.9%

R = 44.78%
G = 34.33%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A452A (or 0x5A452A) is known color: 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

RGB 90 69 42 -
CMYK 0 0.23 0.53 0.65
HSL 33.75º 0.36% 0.26% -
HSV(B) 33.75º 0.53% 0.35% -
XYZ 6.76 6.6 3.11 -
YUV 72.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 90 69 42 0 0.23 0.53 0.65 33.75 0.36 0.26
Hex 5A 45 2A 0 17 35 41 22 24 1A
Octal 132 105 52 0 27 65 101 42 44 32
Binary 1011010 1000101 101010 0 10111 110101 1000001 100010 100100 11010

Color Harmonies of #5A452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A452A

Black with #5A452A

Text Example


Text Example

White with #5A452A

Text Example


Text Example

HTML Codes & Css Web 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>