Html Css Color HEX #5B4C01 Bronze Olive

📋 copy color: '#5B4C01'

red 91 ◦ green 76 ◦ blue 1

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

Shades of Bronze Olive #5B4C01

Tints of Bronze Olive #5B4C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 54.17%
G = 45.24%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#5B4C01 (or 0x5B4C01) is known color: Bronze Olive. HEX triplet: 5B, 4C and 01. RGB value is (91,76,1). Sum of RGB (Red+Green+Blue) = 91+76+1=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4C01 is #A4B3FE. Grayscale: #484848. Windows color (decimal): -10793983 or 85083. OLE color: 85083.

HSL color Cylindrical-coordinate representation of color #5B4C01: hue angle of 50º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B4C01 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 76 1 -
CMYK 0 0.16 0.99 0.64
HSL 50º 0.98% 0.18% -
HSV(B) 50º 0.99% 0.36% -
XYZ 6.9 7.4 1.09 -
YUV 71.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 91 76 1 0 0.16 0.99 0.64 50 0.98 0.18
Hex 5B 4C 1 0 10 63 40 32 62 12
Octal 133 114 1 0 20 143 100 62 142 22
Binary 1011011 1001100 1 0 10000 1100011 1000000 110010 1100010 10010

Color Harmonies of #5B4C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4C01

Black with #5B4C01

Text Example


Text Example

White with #5B4C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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