Html Css Color HEX #5B530C Bronze Olive

📋 copy color: '#5B530C'

red 91 ◦ green 83 ◦ blue 12

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

Shades of Bronze Olive #5B530C

Tints of Bronze Olive #5B530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.45%

R = 48.92%
G = 44.62%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#5B530C (or 0x5B530C) is known color: Bronze Olive. HEX triplet: 5B, 53 and 0C. RGB value is (91,83,12). Sum of RGB (Red+Green+Blue) = 91+83+12=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B530C is #A4ACF3. Grayscale: #4D4D4D. Windows color (decimal): -10792180 or 807771. OLE color: 807771.

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

Color convert

RGB 91 83 12 -
CMYK 0 0.09 0.87 0.64
HSL 53.92º 0.77% 0.2% -
HSV(B) 53.92º 0.87% 0.36% -
XYZ 7.47 8.44 1.58 -
YUV 77.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 91 83 12 0 0.09 0.87 0.64 53.92 0.77 0.2
Hex 5B 53 C 0 9 57 40 36 4D 14
Octal 133 123 14 0 11 127 100 66 115 24
Binary 1011011 1010011 1100 0 1001 1010111 1000000 110110 1001101 10100

Color Harmonies of #5B530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B530C

Black with #5B530C

Text Example


Text Example

White with #5B530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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