Html Css Color HEX #5B4C1C Bronze Olive

📋 copy color: '#5B4C1C'

red 91 ◦ green 76 ◦ blue 28

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

Shades of Bronze Olive #5B4C1C

Tints of Bronze Olive #5B4C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 46.67%
G = 38.97%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5B4C1C (or 0x5B4C1C) is known color: Bronze Olive. HEX triplet: 5B, 4C and 1C. RGB value is (91,76,28). Sum of RGB (Red+Green+Blue) = 91+76+28=195 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.67% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4C1C is #A4B3E3. Grayscale: #4B4B4B. Windows color (decimal): -10793956 or 1854555. OLE color: 1854555.

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

Color convert

RGB 91 76 28 -
CMYK 0 0.16 0.69 0.64
HSL 45.71º 0.53% 0.23% -
HSV(B) 45.71º 0.69% 0.36% -
XYZ 7.11 7.48 2.17 -
YUV 75.01 101.47 139.4 -
System Red Green Blue C M Y K H S L
Decimal 91 76 28 0 0.16 0.69 0.64 45.71 0.53 0.23
Hex 5B 4C 1C 0 10 45 40 2E 35 17
Octal 133 114 34 0 20 105 100 56 65 27
Binary 1011011 1001100 11100 0 10000 1000101 1000000 101110 110101 10111

Color Harmonies of #5B4C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4C1C

Black with #5B4C1C

Text Example


Text Example

White with #5B4C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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