Html Css Color HEX #564A1D Bronze Olive

📋 copy color: '#564A1D'

red 86 ◦ green 74 ◦ blue 29

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

Shades of Bronze Olive #564A1D

Tints of Bronze Olive #564A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.15%

 BLUE value IS 29 (11.72% from 255) = 15.34%

R = 45.5%
G = 39.15%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#564A1D (or 0x564A1D) is known color: Bronze Olive. HEX triplet: 56, 4A and 1D. RGB value is (86,74,29). Sum of RGB (Red+Green+Blue) = 86+74+29=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #564A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A1D is #A9B5E2. Grayscale: #484848. Windows color (decimal): -11122147 or 1919574. OLE color: 1919574.

HSL color Cylindrical-coordinate representation of color #564A1D: hue angle of 47.37º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #564A1D is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 74 29 -
CMYK 0 0.14 0.66 0.66
HSL 47.37º 0.5% 0.23% -
HSV(B) 47.37º 0.66% 0.34% -
XYZ 6.51 6.96 2.16 -
YUV 72.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 86 74 29 0 0.14 0.66 0.66 47.37 0.5 0.23
Hex 56 4A 1D 0 E 42 42 2F 32 17
Octal 126 112 35 0 16 102 102 57 62 27
Binary 1010110 1001010 11101 0 1110 1000010 1000010 101111 110010 10111

Color Harmonies of #564A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A1D

Black with #564A1D

Text Example


Text Example

White with #564A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,74,29); }

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

background-color css

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

 a { background-color: rgb(86,74,29); }

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

border-color css

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

 span { border-color: rgb(86,74,29); }

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