Html Css Color HEX #5B531D Bronze Olive

📋 copy color: '#5B531D'

red 91 ◦ green 83 ◦ blue 29

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

Shades of Bronze Olive #5B531D

Tints of Bronze Olive #5B531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 44.83%
G = 40.89%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5B531D (or 0x5B531D) is known color: Bronze Olive. HEX triplet: 5B, 53 and 1D. RGB value is (91,83,29). Sum of RGB (Red+Green+Blue) = 91+83+29=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 91 - color contains mainly: red. Hex color #5B531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B531D is #A4ACE2. Grayscale: #4F4F4F. Windows color (decimal): -10792163 or 1921883. OLE color: 1921883.

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

Color convert

RGB 91 83 29 -
CMYK 0 0.09 0.68 0.64
HSL 52.26º 0.52% 0.24% -
HSV(B) 52.26º 0.68% 0.36% -
XYZ 7.63 8.5 2.4 -
YUV 79.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 91 83 29 0 0.09 0.68 0.64 52.26 0.52 0.24
Hex 5B 53 1D 0 9 44 40 34 34 18
Octal 133 123 35 0 11 104 100 64 64 30
Binary 1011011 1010011 11101 0 1001 1000100 1000000 110100 110100 11000

Color Harmonies of #5B531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B531D

Black with #5B531D

Text Example


Text Example

White with #5B531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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