Html Css Color HEX #564512 Bronze Olive

📋 copy color: '#564512'

red 86 ◦ green 69 ◦ blue 18

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

Shades of Bronze Olive #564512

Tints of Bronze Olive #564512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.88%

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

R = 49.71%
G = 39.88%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#564512 (or 0x564512) is known color: Bronze Olive. HEX triplet: 56, 45 and 12. RGB value is (86,69,18). Sum of RGB (Red+Green+Blue) = 86+69+18=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #564512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564512 is #A9BAED. Grayscale: #444444. Windows color (decimal): -11123438 or 1197398. OLE color: 1197398.

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

Color convert

RGB 86 69 18 -
CMYK 0 0.20 0.79 0.66
HSL 45º 0.65% 0.2% -
HSV(B) 45º 0.79% 0.34% -
XYZ 6.08 6.28 1.46 -
YUV 68.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 86 69 18 0 0.20 0.79 0.66 45 0.65 0.2
Hex 56 45 12 0 14 4F 42 2D 41 14
Octal 126 105 22 0 24 117 102 55 101 24
Binary 1010110 1000101 10010 0 10100 1001111 1000010 101101 1000001 10100

Color Harmonies of #564512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564512

Black with #564512

Text Example


Text Example

White with #564512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564512; }

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

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

background-color css

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

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

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

border-color css

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

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

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