Html Css Color HEX #5A4812 Bronze Olive

📋 copy color: '#5A4812'

red 90 ◦ green 72 ◦ blue 18

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

Shades of Bronze Olive #5A4812

Tints of Bronze Olive #5A4812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40%

 BLUE value IS 18 (7.42% from 255) = 10%

R = 50%
G = 40%
B = 10%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#5A4812 (or 0x5A4812) is known color: Bronze Olive. HEX triplet: 5A, 48 and 12. RGB value is (90,72,18). Sum of RGB (Red+Green+Blue) = 90+72+18=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4812 is #A5B7ED. Grayscale: #474747. Windows color (decimal): -10860526 or 1198170. OLE color: 1198170.

HSL color Cylindrical-coordinate representation of color #5A4812: hue angle of 45º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A4812 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 72 18 -
CMYK 0 0.20 0.80 0.65
HSL 45º 0.67% 0.21% -
HSV(B) 45º 0.8% 0.35% -
XYZ 6.64 6.85 1.54 -
YUV 71.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 90 72 18 0 0.20 0.80 0.65 45 0.67 0.21
Hex 5A 48 12 0 14 50 41 2D 43 15
Octal 132 110 22 0 24 120 101 55 103 25
Binary 1011010 1001000 10010 0 10100 1010000 1000001 101101 1000011 10101

Color Harmonies of #5A4812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4812

Black with #5A4812

Text Example


Text Example

White with #5A4812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,72,18); }

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

background-color css

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

 a { background-color: rgb(90,72,18); }

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

border-color css

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

 span { border-color: rgb(90,72,18); }

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