Html Css Color HEX #5B5104 Bronze Olive

📋 copy color: '#5B5104'

red 91 ◦ green 81 ◦ blue 4

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

Shades of Bronze Olive #5B5104

Tints of Bronze Olive #5B5104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.02%

 BLUE value IS 4 (1.95% from 255) = 2.27%

R = 51.7%
G = 46.02%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#5B5104 (or 0x5B5104) is known color: Bronze Olive. HEX triplet: 5B, 51 and 04. RGB value is (91,81,4). Sum of RGB (Red+Green+Blue) = 91+81+4=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5104 is #A4AEFB. Grayscale: #4B4B4B. Windows color (decimal): -10792700 or 282971. OLE color: 282971.

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

Color convert

RGB 91 81 4 -
CMYK 0 0.11 0.96 0.64
HSL 53.1º 0.92% 0.19% -
HSV(B) 53.1º 0.96% 0.36% -
XYZ 7.28 8.12 1.3 -
YUV 75.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 91 81 4 0 0.11 0.96 0.64 53.1 0.92 0.19
Hex 5B 51 4 0 B 60 40 35 5C 13
Octal 133 121 4 0 13 140 100 65 134 23
Binary 1011011 1010001 100 0 1011 1100000 1000000 110101 1011100 10011

Color Harmonies of #5B5104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5104

Black with #5B5104

Text Example


Text Example

White with #5B5104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,81,4); }

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

background-color css

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

 a { background-color: rgb(91,81,4); }

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

border-color css

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

 span { border-color: rgb(91,81,4); }

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