Html Css Color HEX #564216 Bronze Olive

📋 copy color: '#564216'

red 86 ◦ green 66 ◦ blue 22

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

Shades of Bronze Olive #564216

Tints of Bronze Olive #564216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.93%

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

R = 49.43%
G = 37.93%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#564216 (or 0x564216) is known color: Bronze Olive. HEX triplet: 56, 42 and 16. RGB value is (86,66,22). Sum of RGB (Red+Green+Blue) = 86+66+22=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #564216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564216 is #A9BDE9. Grayscale: #434343. Windows color (decimal): -11124202 or 1458774. OLE color: 1458774.

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

Color convert

RGB 86 66 22 -
CMYK 0 0.23 0.74 0.66
HSL 41.25º 0.59% 0.21% -
HSV(B) 41.25º 0.74% 0.34% -
XYZ 5.93 5.93 1.59 -
YUV 66.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 86 66 22 0 0.23 0.74 0.66 41.25 0.59 0.21
Hex 56 42 16 0 17 4A 42 29 3B 15
Octal 126 102 26 0 27 112 102 51 73 25
Binary 1010110 1000010 10110 0 10111 1001010 1000010 101001 111011 10101

Color Harmonies of #564216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564216

Black with #564216

Text Example


Text Example

White with #564216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564216; }

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

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

background-color css

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

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

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

border-color css

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

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

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