Html Css Color HEX #5B4F1F Bronze Olive

📋 copy color: '#5B4F1F'

red 91 ◦ green 79 ◦ blue 31

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

Shades of Bronze Olive #5B4F1F

Tints of Bronze Olive #5B4F1F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.3%

 BLUE value IS 31 (12.5% from 255) = 15.42%

R = 45.27%
G = 39.3%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#5B4F1F (or 0x5B4F1F) is known color: Bronze Olive. HEX triplet: 5B, 4F and 1F. RGB value is (91,79,31). Sum of RGB (Red+Green+Blue) = 91+79+31=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4F1F is #A4B0E0. Grayscale: #4D4D4D. Windows color (decimal): -10793185 or 2051931. OLE color: 2051931.

HSL color Cylindrical-coordinate representation of color #5B4F1F: hue angle of 48º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B4F1F is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 79 31 -
CMYK 0 0.13 0.66 0.64
HSL 48º 0.49% 0.24% -
HSV(B) 48º 0.66% 0.36% -
XYZ 7.36 7.92 2.44 -
YUV 77.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 91 79 31 0 0.13 0.66 0.64 48 0.49 0.24
Hex 5B 4F 1F 0 D 42 40 30 31 18
Octal 133 117 37 0 15 102 100 60 61 30
Binary 1011011 1001111 11111 0 1101 1000010 1000000 110000 110001 11000

Color Harmonies of #5B4F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4F1F

Black with #5B4F1F

Text Example


Text Example

White with #5B4F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,79,31); }

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

background-color css

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

 a { background-color: rgb(91,79,31); }

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

border-color css

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

 span { border-color: rgb(91,79,31); }

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