Html Css Color HEX #5A4B0F Bronze Olive

📋 copy color: '#5A4B0F'

red 90 ◦ green 75 ◦ blue 15

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

Shades of Bronze Olive #5A4B0F

Tints of Bronze Olive #5A4B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.33%

R = 50%
G = 41.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#5A4B0F (or 0x5A4B0F) is known color: Bronze Olive. HEX triplet: 5A, 4B and 0F. RGB value is (90,75,15). Sum of RGB (Red+Green+Blue) = 90+75+15=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4B0F is #A5B4F0. Grayscale: #484848. Windows color (decimal): -10859761 or 1002330. OLE color: 1002330.

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

Color convert

RGB 90 75 15 -
CMYK 0 0.17 0.83 0.65
HSL 48º 0.71% 0.21% -
HSV(B) 48º 0.83% 0.35% -
XYZ 6.82 7.24 1.49 -
YUV 72.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 90 75 15 0 0.17 0.83 0.65 48 0.71 0.21
Hex 5A 4B F 0 11 53 41 30 47 15
Octal 132 113 17 0 21 123 101 60 107 25
Binary 1011010 1001011 1111 0 10001 1010011 1000001 110000 1000111 10101

Color Harmonies of #5A4B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4B0F

Black with #5A4B0F

Text Example


Text Example

White with #5A4B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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