Html Css Color HEX #5B4812 Bronze Olive

📋 copy color: '#5B4812'

red 91 ◦ green 72 ◦ blue 18

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

Shades of Bronze Olive #5B4812

Tints of Bronze Olive #5B4812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.78%

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 50.28%
G = 39.78%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#5B4812 (or 0x5B4812) is known color: Bronze Olive. HEX triplet: 5B, 48 and 12. RGB value is (91,72,18). Sum of RGB (Red+Green+Blue) = 91+72+18=181 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.28% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4812 is #A4B7ED. Grayscale: #474747. Windows color (decimal): -10794990 or 1198171. OLE color: 1198171.

HSL color Cylindrical-coordinate representation of color #5B4812: hue angle of 44.38º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B4812 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 72 18 -
CMYK 0 0.21 0.80 0.64
HSL 44.38º 0.67% 0.21% -
HSV(B) 44.38º 0.8% 0.36% -
XYZ 6.74 6.9 1.55 -
YUV 71.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 91 72 18 0 0.21 0.80 0.64 44.38 0.67 0.21
Hex 5B 48 12 0 15 50 40 2C 43 15
Octal 133 110 22 0 25 120 100 54 103 25
Binary 1011011 1001000 10010 0 10101 1010000 1000000 101100 1000011 10101

Color Harmonies of #5B4812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4812

Black with #5B4812

Text Example


Text Example

White with #5B4812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,72,18); }

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

background-color css

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

 a { background-color: rgb(91,72,18); }

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

border-color css

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

 span { border-color: rgb(91,72,18); }

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