Html Css Color HEX #5B4608 Bronze Olive

📋 copy color: '#5B4608'

red 91 ◦ green 70 ◦ blue 8

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

Shades of Bronze Olive #5B4608

Tints of Bronze Olive #5B4608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

 BLUE value IS 8 (3.52% from 255) = 4.73%

R = 53.85%
G = 41.42%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#5B4608 (or 0x5B4608) is known color: Bronze Olive. HEX triplet: 5B, 46 and 08. RGB value is (91,70,8). Sum of RGB (Red+Green+Blue) = 91+70+8=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4608 is #A4B9F7. Grayscale: #454545. Windows color (decimal): -10795512 or 542299. OLE color: 542299.

HSL color Cylindrical-coordinate representation of color #5B4608: hue angle of 44.82º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B4608 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 70 8 -
CMYK 0 0.23 0.91 0.64
HSL 44.82º 0.84% 0.19% -
HSV(B) 44.82º 0.91% 0.36% -
XYZ 6.55 6.62 1.16 -
YUV 69.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 91 70 8 0 0.23 0.91 0.64 44.82 0.84 0.19
Hex 5B 46 8 0 17 5B 40 2D 54 13
Octal 133 106 10 0 27 133 100 55 124 23
Binary 1011011 1000110 1000 0 10111 1011011 1000000 101101 1010100 10011

Color Harmonies of #5B4608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4608

Black with #5B4608

Text Example


Text Example

White with #5B4608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,70,8); }

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

background-color css

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

 a { background-color: rgb(91,70,8); }

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

border-color css

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

 span { border-color: rgb(91,70,8); }

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