Html Css Color HEX #564E1D Bronze Olive

📋 copy color: '#564E1D'

red 86 ◦ green 78 ◦ blue 29

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

Shades of Bronze Olive #564E1D

Tints of Bronze Olive #564E1D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.41%

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

R = 44.56%
G = 40.41%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#564E1D (or 0x564E1D) is known color: Bronze Olive. HEX triplet: 56, 4E and 1D. RGB value is (86,78,29). Sum of RGB (Red+Green+Blue) = 86+78+29=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #564E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E1D is #A9B1E2. Grayscale: #4B4B4B. Windows color (decimal): -11121123 or 1920598. OLE color: 1920598.

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

Color convert

RGB 86 78 29 -
CMYK 0 0.09 0.66 0.66
HSL 51.58º 0.5% 0.23% -
HSV(B) 51.58º 0.66% 0.34% -
XYZ 6.78 7.52 2.26 -
YUV 74.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 86 78 29 0 0.09 0.66 0.66 51.58 0.5 0.23
Hex 56 4E 1D 0 9 42 42 34 32 17
Octal 126 116 35 0 11 102 102 64 62 27
Binary 1010110 1001110 11101 0 1001 1000010 1000010 110100 110010 10111

Color Harmonies of #564E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E1D

Black with #564E1D

Text Example


Text Example

White with #564E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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