Html Css Color HEX #564015 Bronze Olive

📋 copy color: '#564015'

red 86 ◦ green 64 ◦ blue 21

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

Shades of Bronze Olive #564015

Tints of Bronze Olive #564015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

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

R = 50.29%
G = 37.43%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#564015 (or 0x564015) is known color: Bronze Olive. HEX triplet: 56, 40 and 15. RGB value is (86,64,21). Sum of RGB (Red+Green+Blue) = 86+64+21=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #564015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564015 is #A9BFEA. Grayscale: #414141. Windows color (decimal): -11124715 or 1392726. OLE color: 1392726.

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

Color convert

RGB 86 64 21 -
CMYK 0 0.26 0.76 0.66
HSL 39.69º 0.61% 0.21% -
HSV(B) 39.69º 0.76% 0.34% -
XYZ 5.81 5.7 1.5 -
YUV 65.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 86 64 21 0 0.26 0.76 0.66 39.69 0.61 0.21
Hex 56 40 15 0 1A 4C 42 28 3D 15
Octal 126 100 25 0 32 114 102 50 75 25
Binary 1010110 1000000 10101 0 11010 1001100 1000010 101000 111101 10101

Color Harmonies of #564015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564015

Black with #564015

Text Example


Text Example

White with #564015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564015; }

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

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

background-color css

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

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

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

border-color css

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

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

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