Html Css Color HEX #564113 Bronze Olive

📋 copy color: '#564113'

red 86 ◦ green 65 ◦ blue 19

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

Shades of Bronze Olive #564113

Tints of Bronze Olive #564113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.24%

 BLUE value IS 19 (7.81% from 255) = 11.18%

R = 50.59%
G = 38.24%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#564113 (or 0x564113) is known color: Bronze Olive. HEX triplet: 56, 41 and 13. RGB value is (86,65,19). Sum of RGB (Red+Green+Blue) = 86+65+19=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #564113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564113 is #A9BEEC. Grayscale: #424242. Windows color (decimal): -11124461 or 1261910. OLE color: 1261910.

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

Color convert

RGB 86 65 19 -
CMYK 0 0.24 0.78 0.66
HSL 41.19º 0.64% 0.21% -
HSV(B) 41.19º 0.78% 0.34% -
XYZ 5.85 5.81 1.43 -
YUV 66.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 86 65 19 0 0.24 0.78 0.66 41.19 0.64 0.21
Hex 56 41 13 0 18 4E 42 29 40 15
Octal 126 101 23 0 30 116 102 51 100 25
Binary 1010110 1000001 10011 0 11000 1001110 1000010 101001 1000000 10101

Color Harmonies of #564113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564113

Black with #564113

Text Example


Text Example

White with #564113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564113; }

 p { color: rgb(86,65,19); }

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

background-color css

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

 a { background-color: rgb(86,65,19); }

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

border-color css

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

 span { border-color: rgb(86,65,19); }

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