Html Css Color HEX #5A4B09 Bronze Olive

📋 copy color: '#5A4B09'

red 90 ◦ green 75 ◦ blue 9

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

Shades of Bronze Olive #5A4B09

Tints of Bronze Olive #5A4B09

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.1%

 BLUE value IS 9 (3.91% from 255) = 5.17%

R = 51.72%
G = 43.1%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#5A4B09 (or 0x5A4B09) is known color: Bronze Olive. HEX triplet: 5A, 4B and 09. RGB value is (90,75,9). Sum of RGB (Red+Green+Blue) = 90+75+9=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4B09 is #A5B4F6. Grayscale: #484848. Windows color (decimal): -10859767 or 609114. OLE color: 609114.

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

Color convert

RGB 90 75 9 -
CMYK 0 0.17 0.9 0.65
HSL 48.89º 0.82% 0.19% -
HSV(B) 48.89º 0.9% 0.35% -
XYZ 6.78 7.23 1.3 -
YUV 71.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 90 75 9 0 0.17 0.9 0.65 48.89 0.82 0.19
Hex 5A 4B 9 0 11 5A 41 31 52 13
Octal 132 113 11 0 21 132 101 61 122 23
Binary 1011010 1001011 1001 0 10001 1011010 1000001 110001 1010010 10011

Color Harmonies of #5A4B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4B09

Black with #5A4B09

Text Example


Text Example

White with #5A4B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,75,9); }

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

background-color css

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

 a { background-color: rgb(90,75,9); }

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

border-color css

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

 span { border-color: rgb(90,75,9); }

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