Html Css Color HEX #5B530E Bronze Olive

📋 copy color: '#5B530E'

red 91 ◦ green 83 ◦ blue 14

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

Shades of Bronze Olive #5B530E

Tints of Bronze Olive #5B530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.45%

R = 48.4%
G = 44.15%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#5B530E (or 0x5B530E) is known color: Bronze Olive. HEX triplet: 5B, 53 and 0E. RGB value is (91,83,14). Sum of RGB (Red+Green+Blue) = 91+83+14=188 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.40% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 91 - color contains mainly: red. Hex color #5B530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B530E is #A4ACF1. Grayscale: #4D4D4D. Windows color (decimal): -10792178 or 938843. OLE color: 938843.

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

Color convert

RGB 91 83 14 -
CMYK 0 0.09 0.85 0.64
HSL 53.77º 0.73% 0.21% -
HSV(B) 53.77º 0.85% 0.36% -
XYZ 7.49 8.44 1.65 -
YUV 77.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 91 83 14 0 0.09 0.85 0.64 53.77 0.73 0.21
Hex 5B 53 E 0 9 55 40 36 49 15
Octal 133 123 16 0 11 125 100 66 111 25
Binary 1011011 1010011 1110 0 1001 1010101 1000000 110110 1001001 10101

Color Harmonies of #5B530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B530E

Black with #5B530E

Text Example


Text Example

White with #5B530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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