Html Css Color HEX #5A5104 Bronze Olive

📋 copy color: '#5A5104'

red 90 ◦ green 81 ◦ blue 4

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

Shades of Bronze Olive #5A5104

Tints of Bronze Olive #5A5104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.29%

 BLUE value IS 4 (1.95% from 255) = 2.29%

R = 51.43%
G = 46.29%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#5A5104 (or 0x5A5104) is known color: Bronze Olive. HEX triplet: 5A, 51 and 04. RGB value is (90,81,4). Sum of RGB (Red+Green+Blue) = 90+81+4=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5104 is #A5AEFB. Grayscale: #4B4B4B. Windows color (decimal): -10858236 or 282970. OLE color: 282970.

HSL color Cylindrical-coordinate representation of color #5A5104: hue angle of 53.72º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A5104 is Cyan = 0, Magento = 0.1, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 81 4 -
CMYK 0 0.1 0.96 0.65
HSL 53.72º 0.91% 0.18% -
HSV(B) 53.72º 0.96% 0.35% -
XYZ 7.18 8.07 1.29 -
YUV 74.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 90 81 4 0 0.1 0.96 0.65 53.72 0.91 0.18
Hex 5A 51 4 0 A 60 41 36 5B 12
Octal 132 121 4 0 12 140 101 66 133 22
Binary 1011010 1010001 100 0 1010 1100000 1000001 110110 1011011 10010

Color Harmonies of #5A5104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5104

Black with #5A5104

Text Example


Text Example

White with #5A5104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,81,4); }

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

background-color css

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

 a { background-color: rgb(90,81,4); }

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

border-color css

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

 span { border-color: rgb(90,81,4); }

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