Html Css Color HEX #564D0D Bronze Olive

📋 copy color: '#564D0D'

red 86 ◦ green 77 ◦ blue 13

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

Shades of Bronze Olive #564D0D

Tints of Bronze Olive #564D0D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.75%

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 48.86%
G = 43.75%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#564D0D (or 0x564D0D) is known color: Bronze Olive. HEX triplet: 56, 4D and 0D. RGB value is (86,77,13). Sum of RGB (Red+Green+Blue) = 86+77+13=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #564D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564D0D is #A9B2F2. Grayscale: #484848. Windows color (decimal): -11121395 or 871766. OLE color: 871766.

HSL color Cylindrical-coordinate representation of color #564D0D: hue angle of 52.6º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #564D0D is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 77 13 -
CMYK 0 0.10 0.85 0.66
HSL 52.6º 0.74% 0.19% -
HSV(B) 52.6º 0.85% 0.34% -
XYZ 6.56 7.32 1.45 -
YUV 72.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 86 77 13 0 0.10 0.85 0.66 52.6 0.74 0.19
Hex 56 4D D 0 A 55 42 35 4A 13
Octal 126 115 15 0 12 125 102 65 112 23
Binary 1010110 1001101 1101 0 1010 1010101 1000010 110101 1001010 10011

Color Harmonies of #564D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D0D

Black with #564D0D

Text Example


Text Example

White with #564D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564D0D; }

 p { color: rgb(86,77,13); }

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

background-color css

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

 a { background-color: rgb(86,77,13); }

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

border-color css

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

 span { border-color: rgb(86,77,13); }

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