Html Css Color HEX #564812 Bronze Olive

📋 copy color: '#564812'

red 86 ◦ green 72 ◦ blue 18

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

Shades of Bronze Olive #564812

Tints of Bronze Olive #564812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.91%

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

R = 48.86%
G = 40.91%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#564812 (or 0x564812) is known color: Bronze Olive. HEX triplet: 56, 48 and 12. RGB value is (86,72,18). Sum of RGB (Red+Green+Blue) = 86+72+18=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #564812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564812 is #A9B7ED. Grayscale: #464646. Windows color (decimal): -11122670 or 1198166. OLE color: 1198166.

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

Color convert

RGB 86 72 18 -
CMYK 0 0.16 0.79 0.66
HSL 47.65º 0.65% 0.2% -
HSV(B) 47.65º 0.79% 0.34% -
XYZ 6.26 6.66 1.53 -
YUV 70.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 86 72 18 0 0.16 0.79 0.66 47.65 0.65 0.2
Hex 56 48 12 0 10 4F 42 30 41 14
Octal 126 110 22 0 20 117 102 60 101 24
Binary 1010110 1001000 10010 0 10000 1001111 1000010 110000 1000001 10100

Color Harmonies of #564812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564812

Black with #564812

Text Example


Text Example

White with #564812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564812; }

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

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

background-color css

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

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

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

border-color css

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

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

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