Html Css Color HEX #564412 Bronze Olive

📋 copy color: '#564412'

red 86 ◦ green 68 ◦ blue 18

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

Shades of Bronze Olive #564412

Tints of Bronze Olive #564412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.53%

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

R = 50%
G = 39.53%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#564412 (or 0x564412) is known color: Bronze Olive. HEX triplet: 56, 44 and 12. RGB value is (86,68,18). Sum of RGB (Red+Green+Blue) = 86+68+18=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #564412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564412 is #A9BBED. Grayscale: #434343. Windows color (decimal): -11123694 or 1197142. OLE color: 1197142.

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

Color convert

RGB 86 68 18 -
CMYK 0 0.21 0.79 0.66
HSL 44.12º 0.65% 0.2% -
HSV(B) 44.12º 0.79% 0.34% -
XYZ 6.01 6.16 1.44 -
YUV 67.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 86 68 18 0 0.21 0.79 0.66 44.12 0.65 0.2
Hex 56 44 12 0 15 4F 42 2C 41 14
Octal 126 104 22 0 25 117 102 54 101 24
Binary 1010110 1000100 10010 0 10101 1001111 1000010 101100 1000001 10100

Color Harmonies of #564412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564412

Black with #564412

Text Example


Text Example

White with #564412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564412; }

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

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

background-color css

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

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

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

border-color css

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

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

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