Html Css Color HEX #564219 Bronze Olive

📋 copy color: '#564219'

red 86 ◦ green 66 ◦ blue 25

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

Shades of Bronze Olive #564219

Tints of Bronze Olive #564219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

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

R = 48.59%
G = 37.29%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#564219 (or 0x564219) is known color: Bronze Olive. HEX triplet: 56, 42 and 19. RGB value is (86,66,25). Sum of RGB (Red+Green+Blue) = 86+66+25=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #564219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564219 is #A9BDE6. Grayscale: #434343. Windows color (decimal): -11124199 or 1655382. OLE color: 1655382.

HSL color Cylindrical-coordinate representation of color #564219: hue angle of 40.33º 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 #564219 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 66 25 -
CMYK 0 0.23 0.71 0.66
HSL 40.33º 0.55% 0.22% -
HSV(B) 40.33º 0.71% 0.34% -
XYZ 5.96 5.95 1.75 -
YUV 67.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 86 66 25 0 0.23 0.71 0.66 40.33 0.55 0.22
Hex 56 42 19 0 17 47 42 28 37 16
Octal 126 102 31 0 27 107 102 50 67 26
Binary 1010110 1000010 11001 0 10111 1000111 1000010 101000 110111 10110

Color Harmonies of #564219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564219

Black with #564219

Text Example


Text Example

White with #564219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564219; }

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

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

background-color css

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

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

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

border-color css

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

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

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