Html Css Color HEX #564415 Bronze Olive

📋 copy color: '#564415'

red 86 ◦ green 68 ◦ blue 21

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

Shades of Bronze Olive #564415

Tints of Bronze Olive #564415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.86%

 BLUE value IS 21 (8.59% from 255) = 12%

R = 49.14%
G = 38.86%
B = 12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#564415 (or 0x564415) is known color: Bronze Olive. HEX triplet: 56, 44 and 15. RGB value is (86,68,21). Sum of RGB (Red+Green+Blue) = 86+68+21=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #564415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564415 is #A9BBEA. Grayscale: #444444. Windows color (decimal): -11123691 or 1393750. OLE color: 1393750.

HSL color Cylindrical-coordinate representation of color #564415: hue angle of 43.38º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #564415 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 68 21 -
CMYK 0 0.21 0.76 0.66
HSL 43.38º 0.61% 0.21% -
HSV(B) 43.38º 0.76% 0.34% -
XYZ 6.04 6.17 1.58 -
YUV 68.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 86 68 21 0 0.21 0.76 0.66 43.38 0.61 0.21
Hex 56 44 15 0 15 4C 42 2B 3D 15
Octal 126 104 25 0 25 114 102 53 75 25
Binary 1010110 1000100 10101 0 10101 1001100 1000010 101011 111101 10101

Color Harmonies of #564415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564415

Black with #564415

Text Example


Text Example

White with #564415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564415; }

 p { color: rgb(86,68,21); }

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

background-color css

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

 a { background-color: rgb(86,68,21); }

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

border-color css

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

 span { border-color: rgb(86,68,21); }

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