Html Css Color HEX #5B4825 Bronze Olive

📋 copy color: '#5B4825'

red 91 ◦ green 72 ◦ blue 37

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

Shades of Bronze Olive #5B4825

Tints of Bronze Olive #5B4825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

 BLUE value IS 37 (14.84% from 255) = 18.5%

R = 45.5%
G = 36%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.64

RGB Variations

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

Color information

#5B4825 (or 0x5B4825) is known color: Bronze Olive. HEX triplet: 5B, 48 and 25. RGB value is (91,72,37). Sum of RGB (Red+Green+Blue) = 91+72+37=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4825 is #A4B7DA. Grayscale: #494949. Windows color (decimal): -10794971 or 2443355. OLE color: 2443355.

HSL color Cylindrical-coordinate representation of color #5B4825: hue angle of 38.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B4825 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 72 37 -
CMYK 0 0.21 0.59 0.64
HSL 38.89º 0.42% 0.25% -
HSV(B) 38.89º 0.59% 0.36% -
XYZ 6.97 6.99 2.73 -
YUV 73.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 91 72 37 0 0.21 0.59 0.64 38.89 0.42 0.25
Hex 5B 48 25 0 15 3B 40 27 2A 19
Octal 133 110 45 0 25 73 100 47 52 31
Binary 1011011 1001000 100101 0 10101 111011 1000000 100111 101010 11001

Color Harmonies of #5B4825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4825

Black with #5B4825

Text Example


Text Example

White with #5B4825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,72,37); }

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

background-color css

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

 a { background-color: rgb(91,72,37); }

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

border-color css

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

 span { border-color: rgb(91,72,37); }

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