Html Css Color HEX #564211 Bronze Olive

📋 copy color: '#564211'

red 86 ◦ green 66 ◦ blue 17

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

Shades of Bronze Olive #564211

Tints of Bronze Olive #564211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.06%

R = 50.89%
G = 39.05%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#564211 (or 0x564211) is known color: Bronze Olive. HEX triplet: 56, 42 and 11. RGB value is (86,66,17). Sum of RGB (Red+Green+Blue) = 86+66+17=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #564211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564211 is #A9BDEE. Grayscale: #424242. Windows color (decimal): -11124207 or 1131094. OLE color: 1131094.

HSL color Cylindrical-coordinate representation of color #564211: hue angle of 42.61º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #564211 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 66 17 -
CMYK 0 0.23 0.80 0.66
HSL 42.61º 0.67% 0.2% -
HSV(B) 42.61º 0.8% 0.34% -
XYZ 5.89 5.92 1.36 -
YUV 66.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 86 66 17 0 0.23 0.80 0.66 42.61 0.67 0.2
Hex 56 42 11 0 17 50 42 2B 43 14
Octal 126 102 21 0 27 120 102 53 103 24
Binary 1010110 1000010 10001 0 10111 1010000 1000010 101011 1000011 10100

Color Harmonies of #564211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564211

Black with #564211

Text Example


Text Example

White with #564211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564211; }

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

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

background-color css

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

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

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

border-color css

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

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

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