Html Css Color HEX #565219 Bronze Olive

📋 copy color: '#565219'

red 86 ◦ green 82 ◦ blue 25

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

Shades of Bronze Olive #565219

Tints of Bronze Olive #565219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.95%

R = 44.56%
G = 42.49%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#565219 (or 0x565219) is known color: Bronze Olive. HEX triplet: 56, 52 and 19. RGB value is (86,82,25). Sum of RGB (Red+Green+Blue) = 86+82+25=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #565219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565219 is #A9ADE6. Grayscale: #4C4C4C. Windows color (decimal): -11120103 or 1659478. OLE color: 1659478.

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

Color convert

RGB 86 82 25 -
CMYK 0 0.05 0.71 0.66
HSL 56.07º 0.55% 0.22% -
HSV(B) 56.07º 0.71% 0.34% -
XYZ 7.03 8.08 2.11 -
YUV 76.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 86 82 25 0 0.05 0.71 0.66 56.07 0.55 0.22
Hex 56 52 19 0 5 47 42 38 37 16
Octal 126 122 31 0 5 107 102 70 67 26
Binary 1010110 1010010 11001 0 101 1000111 1000010 111000 110111 10110

Color Harmonies of #565219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565219

Black with #565219

Text Example


Text Example

White with #565219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565219; }

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

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

background-color css

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

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

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

border-color css

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

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

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