Html Css Color HEX #564D2A Bronze Olive

📋 copy color: '#564D2A'

red 86 ◦ green 77 ◦ blue 42

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

Shades of Bronze Olive #564D2A

Tints of Bronze Olive #564D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.49%

R = 41.95%
G = 37.56%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#564D2A (or 0x564D2A) is known color: Bronze Olive. HEX triplet: 56, 4D and 2A. RGB value is (86,77,42). Sum of RGB (Red+Green+Blue) = 86+77+42=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #564D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D2A is #A9B2D5. Grayscale: #4B4B4B. Windows color (decimal): -11121366 or 2772310. OLE color: 2772310.

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

Color convert

RGB 86 77 42 -
CMYK 0 0.10 0.51 0.66
HSL 47.73º 0.34% 0.25% -
HSV(B) 47.73º 0.51% 0.34% -
XYZ 6.91 7.45 3.26 -
YUV 75.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 86 77 42 0 0.10 0.51 0.66 47.73 0.34 0.25
Hex 56 4D 2A 0 A 33 42 30 22 19
Octal 126 115 52 0 12 63 102 60 42 31
Binary 1010110 1001101 101010 0 1010 110011 1000010 110000 100010 11001

Color Harmonies of #564D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D2A

Black with #564D2A

Text Example


Text Example

White with #564D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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