Html Css Color HEX #5A432A Deep Bronze

📋 copy color: '#5A432A'

red 90 ◦ green 67 ◦ blue 42

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

Shades of Deep Bronze #5A432A

Tints of Deep Bronze #5A432A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.11%

R = 45.23%
G = 33.67%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A432A (or 0x5A432A) is known color: Deep Bronze. HEX triplet: 5A, 43 and 2A. RGB value is (90,67,42). Sum of RGB (Red+Green+Blue) = 90+67+42=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A432A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A432A is #A5BCD5. Grayscale: #474747. Windows color (decimal): -10861782 or 2769754. OLE color: 2769754.

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

Color convert

RGB 90 67 42 -
CMYK 0 0.26 0.53 0.65
HSL 31.25º 0.36% 0.26% -
HSV(B) 31.25º 0.53% 0.35% -
XYZ 6.64 6.36 3.07 -
YUV 71.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 90 67 42 0 0.26 0.53 0.65 31.25 0.36 0.26
Hex 5A 43 2A 0 1A 35 41 1F 24 1A
Octal 132 103 52 0 32 65 101 37 44 32
Binary 1011010 1000011 101010 0 11010 110101 1000001 11111 100100 11010

Color Harmonies of #5A432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A432A

Black with #5A432A

Text Example


Text Example

White with #5A432A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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