Html Css Color HEX #5B5209 Bronze Olive

📋 copy color: '#5B5209'

red 91 ◦ green 82 ◦ blue 9

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

Shades of Bronze Olive #5B5209

Tints of Bronze Olive #5B5209

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.05%

 BLUE value IS 9 (3.91% from 255) = 4.95%

R = 50%
G = 45.05%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#5B5209 (or 0x5B5209) is known color: Bronze Olive. HEX triplet: 5B, 52 and 09. RGB value is (91,82,9). Sum of RGB (Red+Green+Blue) = 91+82+9=182 (24% of max value = 765). Red value is 91 (35.94% from 255 or 50% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5209 is #A4ADF6. Grayscale: #4C4C4C. Windows color (decimal): -10792439 or 610907. OLE color: 610907.

HSL color Cylindrical-coordinate representation of color #5B5209: hue angle of 53.41º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B5209 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 82 9 -
CMYK 0 0.10 0.90 0.64
HSL 53.41º 0.82% 0.2% -
HSV(B) 53.41º 0.9% 0.36% -
XYZ 7.38 8.28 1.47 -
YUV 76.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 91 82 9 0 0.10 0.90 0.64 53.41 0.82 0.2
Hex 5B 52 9 0 A 5A 40 35 52 14
Octal 133 122 11 0 12 132 100 65 122 24
Binary 1011011 1010010 1001 0 1010 1011010 1000000 110101 1010010 10100

Color Harmonies of #5B5209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5209

Black with #5B5209

Text Example


Text Example

White with #5B5209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,82,9); }

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

background-color css

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

 a { background-color: rgb(91,82,9); }

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

border-color css

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

 span { border-color: rgb(91,82,9); }

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