Html Css Color HEX #564116 Bronze Olive

📋 copy color: '#564116'

red 86 ◦ green 65 ◦ blue 22

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

Shades of Bronze Olive #564116

Tints of Bronze Olive #564116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 49.71%
G = 37.57%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#564116 (or 0x564116) is known color: Bronze Olive. HEX triplet: 56, 41 and 16. RGB value is (86,65,22). Sum of RGB (Red+Green+Blue) = 86+65+22=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #564116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564116 is #A9BEE9. Grayscale: #424242. Windows color (decimal): -11124458 or 1458518. OLE color: 1458518.

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

Color convert

RGB 86 65 22 -
CMYK 0 0.24 0.74 0.66
HSL 40.31º 0.59% 0.21% -
HSV(B) 40.31º 0.74% 0.34% -
XYZ 5.87 5.82 1.57 -
YUV 66.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 86 65 22 0 0.24 0.74 0.66 40.31 0.59 0.21
Hex 56 41 16 0 18 4A 42 28 3B 15
Octal 126 101 26 0 30 112 102 50 73 25
Binary 1010110 1000001 10110 0 11000 1001010 1000010 101000 111011 10101

Color Harmonies of #564116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564116

Black with #564116

Text Example


Text Example

White with #564116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564116; }

 p { color: rgb(86,65,22); }

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

background-color css

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

 a { background-color: rgb(86,65,22); }

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

border-color css

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

 span { border-color: rgb(86,65,22); }

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