Html Css Color HEX #565215 Bronze Olive

📋 copy color: '#565215'

red 86 ◦ green 82 ◦ blue 21

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

Shades of Bronze Olive #565215

Tints of Bronze Olive #565215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 45.5%
G = 43.39%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#565215 (or 0x565215) is known color: Bronze Olive. HEX triplet: 56, 52 and 15. RGB value is (86,82,21). Sum of RGB (Red+Green+Blue) = 86+82+21=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #565215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565215 is #A9ADEA. Grayscale: #4C4C4C. Windows color (decimal): -11120107 or 1397334. OLE color: 1397334.

HSL color Cylindrical-coordinate representation of color #565215: hue angle of 56.31º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #565215 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 82 21 -
CMYK 0 0.05 0.76 0.66
HSL 56.31º 0.61% 0.21% -
HSV(B) 56.31º 0.76% 0.34% -
XYZ 6.99 8.07 1.9 -
YUV 76.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 86 82 21 0 0.05 0.76 0.66 56.31 0.61 0.21
Hex 56 52 15 0 5 4C 42 38 3D 15
Octal 126 122 25 0 5 114 102 70 75 25
Binary 1010110 1010010 10101 0 101 1001100 1000010 111000 111101 10101

Color Harmonies of #565215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565215

Black with #565215

Text Example


Text Example

White with #565215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565215; }

 p { color: rgb(86,82,21); }

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

background-color css

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

 a { background-color: rgb(86,82,21); }

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

border-color css

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

 span { border-color: rgb(86,82,21); }

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