Html Css Color HEX #564C28 Bronze Olive

📋 copy color: '#564C28'

red 86 ◦ green 76 ◦ blue 40

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

Shades of Bronze Olive #564C28

Tints of Bronze Olive #564C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.62%

 BLUE value IS 40 (16.02% from 255) = 19.8%

R = 42.57%
G = 37.62%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#564C28 (or 0x564C28) is known color: Bronze Olive. HEX triplet: 56, 4C and 28. RGB value is (86,76,40). Sum of RGB (Red+Green+Blue) = 86+76+40=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #564C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C28 is #A9B3D7. Grayscale: #4B4B4B. Windows color (decimal): -11121624 or 2640982. OLE color: 2640982.

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

Color convert

RGB 86 76 40 -
CMYK 0 0.12 0.53 0.66
HSL 46.96º 0.37% 0.25% -
HSV(B) 46.96º 0.53% 0.34% -
XYZ 6.81 7.3 3.06 -
YUV 74.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 86 76 40 0 0.12 0.53 0.66 46.96 0.37 0.25
Hex 56 4C 28 0 C 35 42 2F 25 19
Octal 126 114 50 0 14 65 102 57 45 31
Binary 1010110 1001100 101000 0 1100 110101 1000010 101111 100101 11001

Color Harmonies of #564C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C28

Black with #564C28

Text Example


Text Example

White with #564C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,76,40); }

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

background-color css

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

 a { background-color: rgb(86,76,40); }

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

border-color css

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

 span { border-color: rgb(86,76,40); }

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