Html Css Color HEX #564712 Bronze Olive

📋 copy color: '#564712'

red 86 ◦ green 71 ◦ blue 18

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

Shades of Bronze Olive #564712

Tints of Bronze Olive #564712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.57%

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 49.14%
G = 40.57%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#564712 (or 0x564712) is known color: Bronze Olive. HEX triplet: 56, 47 and 12. RGB value is (86,71,18). Sum of RGB (Red+Green+Blue) = 86+71+18=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #564712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564712 is #A9B8ED. Grayscale: #454545. Windows color (decimal): -11122926 or 1197910. OLE color: 1197910.

HSL color Cylindrical-coordinate representation of color #564712: hue angle of 46.76º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #564712 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 71 18 -
CMYK 0 0.17 0.79 0.66
HSL 46.76º 0.65% 0.2% -
HSV(B) 46.76º 0.79% 0.34% -
XYZ 6.2 6.53 1.51 -
YUV 69.44 98.97 139.81 -
System Red Green Blue C M Y K H S L
Decimal 86 71 18 0 0.17 0.79 0.66 46.76 0.65 0.2
Hex 56 47 12 0 11 4F 42 2F 41 14
Octal 126 107 22 0 21 117 102 57 101 24
Binary 1010110 1000111 10010 0 10001 1001111 1000010 101111 1000001 10100

Color Harmonies of #564712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564712

Black with #564712

Text Example


Text Example

White with #564712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564712; }

 p { color: rgb(86,71,18); }

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

background-color css

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

 a { background-color: rgb(86,71,18); }

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

border-color css

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

 span { border-color: rgb(86,71,18); }

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