Html Css Color HEX #5A5107 Bronze Olive

📋 copy color: '#5A5107'

red 90 ◦ green 81 ◦ blue 7

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

Shades of Bronze Olive #5A5107

Tints of Bronze Olive #5A5107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.93%

R = 50.56%
G = 45.51%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#5A5107 (or 0x5A5107) is known color: Bronze Olive. HEX triplet: 5A, 51 and 07. RGB value is (90,81,7). Sum of RGB (Red+Green+Blue) = 90+81+7=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5107 is #A5AEF8. Grayscale: #4B4B4B. Windows color (decimal): -10858233 or 479578. OLE color: 479578.

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

Color convert

RGB 90 81 7 -
CMYK 0 0.1 0.92 0.65
HSL 53.49º 0.86% 0.19% -
HSV(B) 53.49º 0.92% 0.35% -
XYZ 7.2 8.07 1.38 -
YUV 75.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 90 81 7 0 0.1 0.92 0.65 53.49 0.86 0.19
Hex 5A 51 7 0 A 5C 41 35 56 13
Octal 132 121 7 0 12 134 101 65 126 23
Binary 1011010 1010001 111 0 1010 1011100 1000001 110101 1010110 10011

Color Harmonies of #5A5107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5107

Black with #5A5107

Text Example


Text Example

White with #5A5107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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