Html Css Color HEX #5B4712 Bronze Olive

📋 copy color: '#5B4712'

red 91 ◦ green 71 ◦ blue 18

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

Shades of Bronze Olive #5B4712

Tints of Bronze Olive #5B4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.44%

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

R = 50.56%
G = 39.44%
B = 10%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#5B4712 (or 0x5B4712) is known color: Bronze Olive. HEX triplet: 5B, 47 and 12. RGB value is (91,71,18). Sum of RGB (Red+Green+Blue) = 91+71+18=180 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.56% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4712 is #A4B8ED. Grayscale: #474747. Windows color (decimal): -10795246 or 1197915. OLE color: 1197915.

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

Color convert

RGB 91 71 18 -
CMYK 0 0.22 0.80 0.64
HSL 43.56º 0.67% 0.21% -
HSV(B) 43.56º 0.8% 0.36% -
XYZ 6.68 6.77 1.53 -
YUV 70.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 91 71 18 0 0.22 0.80 0.64 43.56 0.67 0.21
Hex 5B 47 12 0 16 50 40 2C 43 15
Octal 133 107 22 0 26 120 100 54 103 25
Binary 1011011 1000111 10010 0 10110 1010000 1000000 101100 1000011 10101

Color Harmonies of #5B4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4712

Black with #5B4712

Text Example


Text Example

White with #5B4712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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