Html Css Color HEX #564019 Bronze Olive

📋 copy color: '#564019'

red 86 ◦ green 64 ◦ blue 25

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

Shades of Bronze Olive #564019

Tints of Bronze Olive #564019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.57%

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

R = 49.14%
G = 36.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#564019 (or 0x564019) is known color: Bronze Olive. HEX triplet: 56, 40 and 19. RGB value is (86,64,25). Sum of RGB (Red+Green+Blue) = 86+64+25=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #564019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564019 is #A9BFE6. Grayscale: #424242. Windows color (decimal): -11124711 or 1654870. OLE color: 1654870.

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

Color convert

RGB 86 64 25 -
CMYK 0 0.26 0.71 0.66
HSL 38.36º 0.55% 0.22% -
HSV(B) 38.36º 0.71% 0.34% -
XYZ 5.85 5.72 1.71 -
YUV 66.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 86 64 25 0 0.26 0.71 0.66 38.36 0.55 0.22
Hex 56 40 19 0 1A 47 42 26 37 16
Octal 126 100 31 0 32 107 102 46 67 26
Binary 1010110 1000000 11001 0 11010 1000111 1000010 100110 110111 10110

Color Harmonies of #564019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564019

Black with #564019

Text Example


Text Example

White with #564019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564019; }

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

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

background-color css

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

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

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

border-color css

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

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

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