Html Css Color HEX #5A4B15 Bronze Olive

📋 copy color: '#5A4B15'

red 90 ◦ green 75 ◦ blue 21

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

Shades of Bronze Olive #5A4B15

Tints of Bronze Olive #5A4B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.29%

R = 48.39%
G = 40.32%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A4B15 (or 0x5A4B15) is known color: Bronze Olive. HEX triplet: 5A, 4B and 15. RGB value is (90,75,21). Sum of RGB (Red+Green+Blue) = 90+75+21=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4B15 is #A5B4EA. Grayscale: #494949. Windows color (decimal): -10859755 or 1395546. OLE color: 1395546.

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

Color convert

RGB 90 75 21 -
CMYK 0 0.17 0.77 0.65
HSL 46.96º 0.62% 0.22% -
HSV(B) 46.96º 0.77% 0.35% -
XYZ 6.87 7.26 1.75 -
YUV 73.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 90 75 21 0 0.17 0.77 0.65 46.96 0.62 0.22
Hex 5A 4B 15 0 11 4D 41 2F 3E 16
Octal 132 113 25 0 21 115 101 57 76 26
Binary 1011010 1001011 10101 0 10001 1001101 1000001 101111 111110 10110

Color Harmonies of #5A4B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4B15

Black with #5A4B15

Text Example


Text Example

White with #5A4B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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