Html Css Color HEX #56500A Bronze Olive

📋 copy color: '#56500A'

red 86 ◦ green 80 ◦ blue 10

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

Shades of Bronze Olive #56500A

Tints of Bronze Olive #56500A

RGB

 RED value IS 86 (33.98% from 255) = 48.86%

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

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

R = 48.86%
G = 45.45%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#56500A (or 0x56500A) is known color: Bronze Olive. HEX triplet: 56, 50 and 0A. RGB value is (86,80,10). Sum of RGB (Red+Green+Blue) = 86+80+10=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #56500A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56500A is #A9AFF5. Grayscale: #4A4A4A. Windows color (decimal): -11120630 or 675926. OLE color: 675926.

HSL color Cylindrical-coordinate representation of color #56500A: hue angle of 55.26º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56500A is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 80 10 -
CMYK 0 0.07 0.88 0.66
HSL 55.26º 0.79% 0.19% -
HSV(B) 55.26º 0.88% 0.34% -
XYZ 6.76 7.74 1.42 -
YUV 73.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 86 80 10 0 0.07 0.88 0.66 55.26 0.79 0.19
Hex 56 50 A 0 7 58 42 37 4F 13
Octal 126 120 12 0 7 130 102 67 117 23
Binary 1010110 1010000 1010 0 111 1011000 1000010 110111 1001111 10011

Color Harmonies of #56500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56500A

Black with #56500A

Text Example


Text Example

White with #56500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56500A; }

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

 H1.HeaderClassName
 {
   color: #56500A;
 }
 .AnyTagClassName
 {
   color: #56500A;
 }
</style>

background-color css

<style>
 a { background-color: #56500A; }

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

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

border-color css

<style>
 span { border-color: #56500A; }

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

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