Html Css Color HEX #5B4F1D Bronze Olive

📋 copy color: '#5B4F1D'

red 91 ◦ green 79 ◦ blue 29

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

Shades of Bronze Olive #5B4F1D

Tints of Bronze Olive #5B4F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.57%

R = 45.73%
G = 39.7%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5B4F1D (or 0x5B4F1D) is known color: Bronze Olive. HEX triplet: 5B, 4F and 1D. RGB value is (91,79,29). Sum of RGB (Red+Green+Blue) = 91+79+29=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4F1D is #A4B0E2. Grayscale: #4D4D4D. Windows color (decimal): -10793187 or 1920859. OLE color: 1920859.

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

Color convert

RGB 91 79 29 -
CMYK 0 0.13 0.68 0.64
HSL 48.39º 0.52% 0.24% -
HSV(B) 48.39º 0.68% 0.36% -
XYZ 7.33 7.9 2.3 -
YUV 76.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 91 79 29 0 0.13 0.68 0.64 48.39 0.52 0.24
Hex 5B 4F 1D 0 D 44 40 30 34 18
Octal 133 117 35 0 15 104 100 60 64 30
Binary 1011011 1001111 11101 0 1101 1000100 1000000 110000 110100 11000

Color Harmonies of #5B4F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4F1D

Black with #5B4F1D

Text Example


Text Example

White with #5B4F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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