Html Css Color HEX #565120 Bronze Olive

📋 copy color: '#565120'

red 86 ◦ green 81 ◦ blue 32

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

Shades of Bronze Olive #565120

Tints of Bronze Olive #565120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.7%

 BLUE value IS 32 (12.89% from 255) = 16.08%

R = 43.22%
G = 40.7%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#565120 (or 0x565120) is known color: Bronze Olive. HEX triplet: 56, 51 and 20. RGB value is (86,81,32). Sum of RGB (Red+Green+Blue) = 86+81+32=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #565120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565120 is #A9AEDF. Grayscale: #4D4D4D. Windows color (decimal): -11120352 or 2117974. OLE color: 2117974.

HSL color Cylindrical-coordinate representation of color #565120: hue angle of 54.44º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #565120 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 81 32 -
CMYK 0 0.06 0.63 0.66
HSL 54.44º 0.46% 0.23% -
HSV(B) 54.44º 0.63% 0.34% -
XYZ 7.04 7.97 2.53 -
YUV 76.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 86 81 32 0 0.06 0.63 0.66 54.44 0.46 0.23
Hex 56 51 20 0 6 3F 42 36 2E 17
Octal 126 121 40 0 6 77 102 66 56 27
Binary 1010110 1010001 100000 0 110 111111 1000010 110110 101110 10111

Color Harmonies of #565120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565120

Black with #565120

Text Example


Text Example

White with #565120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565120; }

 p { color: rgb(86,81,32); }

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

background-color css

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

 a { background-color: rgb(86,81,32); }

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

border-color css

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

 span { border-color: rgb(86,81,32); }

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