Html Css Color HEX #5B541E Bronze Olive

📋 copy color: '#5B541E'

red 91 ◦ green 84 ◦ blue 30

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

Shades of Bronze Olive #5B541E

Tints of Bronze Olive #5B541E

RGB

 RED value IS 91 (35.94% from 255) = 44.39%

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 44.39%
G = 40.98%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5B541E (or 0x5B541E) is known color: Bronze Olive. HEX triplet: 5B, 54 and 1E. RGB value is (91,84,30). Sum of RGB (Red+Green+Blue) = 91+84+30=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B541E is #A4ABE1. Grayscale: #505050. Windows color (decimal): -10791906 or 1987675. OLE color: 1987675.

HSL color Cylindrical-coordinate representation of color #5B541E: hue angle of 53.11º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B541E is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 84 30 -
CMYK 0 0.08 0.67 0.64
HSL 53.11º 0.5% 0.24% -
HSV(B) 53.11º 0.67% 0.36% -
XYZ 7.72 8.66 2.49 -
YUV 79.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 91 84 30 0 0.08 0.67 0.64 53.11 0.5 0.24
Hex 5B 54 1E 0 8 43 40 35 32 18
Octal 133 124 36 0 10 103 100 65 62 30
Binary 1011011 1010100 11110 0 1000 1000011 1000000 110101 110010 11000

Color Harmonies of #5B541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B541E

Black with #5B541E

Text Example


Text Example

White with #5B541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,84,30); }

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

background-color css

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

 a { background-color: rgb(91,84,30); }

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

border-color css

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

 span { border-color: rgb(91,84,30); }

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