Html Css Color HEX #564C24 Bronze Olive

📋 copy color: '#564C24'

red 86 ◦ green 76 ◦ blue 36

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

Shades of Bronze Olive #564C24

Tints of Bronze Olive #564C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.18%

R = 43.43%
G = 38.38%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#564C24 (or 0x564C24) is known color: Bronze Olive. HEX triplet: 56, 4C and 24. RGB value is (86,76,36). Sum of RGB (Red+Green+Blue) = 86+76+36=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #564C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C24 is #A9B3DB. Grayscale: #4A4A4A. Windows color (decimal): -11121628 or 2378838. OLE color: 2378838.

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

Color convert

RGB 86 76 36 -
CMYK 0 0.12 0.58 0.66
HSL 48º 0.41% 0.24% -
HSV(B) 48º 0.58% 0.34% -
XYZ 6.74 7.27 2.72 -
YUV 74.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 86 76 36 0 0.12 0.58 0.66 48 0.41 0.24
Hex 56 4C 24 0 C 3A 42 30 29 18
Octal 126 114 44 0 14 72 102 60 51 30
Binary 1010110 1001100 100100 0 1100 111010 1000010 110000 101001 11000

Color Harmonies of #564C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C24

Black with #564C24

Text Example


Text Example

White with #564C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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