Html Css Color HEX #5B500A Bronze Olive

📋 copy color: '#5B500A'

red 91 ◦ green 80 ◦ blue 10

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

Shades of Bronze Olive #5B500A

Tints of Bronze Olive #5B500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.2%

 BLUE value IS 10 (4.3% from 255) = 5.52%

R = 50.28%
G = 44.2%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.64

RGB Variations

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

Color information

#5B500A (or 0x5B500A) is known color: Bronze Olive. HEX triplet: 5B, 50 and 0A. RGB value is (91,80,10). Sum of RGB (Red+Green+Blue) = 91+80+10=181 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.28% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 91 - color contains mainly: red. Hex color #5B500A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B500A is #A4AFF5. Grayscale: #4B4B4B. Windows color (decimal): -10792950 or 675931. OLE color: 675931.

HSL color Cylindrical-coordinate representation of color #5B500A: hue angle of 51.85º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B500A is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 80 10 -
CMYK 0 0.12 0.89 0.64
HSL 51.85º 0.8% 0.2% -
HSV(B) 51.85º 0.89% 0.36% -
XYZ 7.24 7.98 1.45 -
YUV 75.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 91 80 10 0 0.12 0.89 0.64 51.85 0.8 0.2
Hex 5B 50 A 0 C 59 40 34 50 14
Octal 133 120 12 0 14 131 100 64 120 24
Binary 1011011 1010000 1010 0 1100 1011001 1000000 110100 1010000 10100

Color Harmonies of #5B500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B500A

Black with #5B500A

Text Example


Text Example

White with #5B500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,80,10); }

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

background-color css

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

 a { background-color: rgb(91,80,10); }

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

border-color css

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

 span { border-color: rgb(91,80,10); }

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