Html Css Color HEX #5B4C04 Bronze Olive

📋 copy color: '#5B4C04'

red 91 ◦ green 76 ◦ blue 4

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

Shades of Bronze Olive #5B4C04

Tints of Bronze Olive #5B4C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.44%

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

R = 53.22%
G = 44.44%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#5B4C04 (or 0x5B4C04) is known color: Bronze Olive. HEX triplet: 5B, 4C and 04. RGB value is (91,76,4). Sum of RGB (Red+Green+Blue) = 91+76+4=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4C04 is #A4B3FB. Grayscale: #484848. Windows color (decimal): -10793980 or 281691. OLE color: 281691.

HSL color Cylindrical-coordinate representation of color #5B4C04: hue angle of 49.66º 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 #5B4C04 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 76 4 -
CMYK 0 0.16 0.96 0.64
HSL 49.66º 0.92% 0.19% -
HSV(B) 49.66º 0.96% 0.36% -
XYZ 6.92 7.4 1.18 -
YUV 72.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 91 76 4 0 0.16 0.96 0.64 49.66 0.92 0.19
Hex 5B 4C 4 0 10 60 40 32 5C 13
Octal 133 114 4 0 20 140 100 62 134 23
Binary 1011011 1001100 100 0 10000 1100000 1000000 110010 1011100 10011

Color Harmonies of #5B4C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4C04

Black with #5B4C04

Text Example


Text Example

White with #5B4C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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