Html Css Color HEX #564112 Bronze Olive

📋 copy color: '#564112'

red 86 ◦ green 65 ◦ blue 18

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

Shades of Bronze Olive #564112

Tints of Bronze Olive #564112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

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

R = 50.89%
G = 38.46%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#564112 (or 0x564112) is known color: Bronze Olive. HEX triplet: 56, 41 and 12. RGB value is (86,65,18). Sum of RGB (Red+Green+Blue) = 86+65+18=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #564112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564112 is #A9BEED. Grayscale: #424242. Windows color (decimal): -11124462 or 1196374. OLE color: 1196374.

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

Color convert

RGB 86 65 18 -
CMYK 0 0.24 0.79 0.66
HSL 41.47º 0.65% 0.2% -
HSV(B) 41.47º 0.79% 0.34% -
XYZ 5.84 5.8 1.38 -
YUV 65.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 86 65 18 0 0.24 0.79 0.66 41.47 0.65 0.2
Hex 56 41 12 0 18 4F 42 29 41 14
Octal 126 101 22 0 30 117 102 51 101 24
Binary 1010110 1000001 10010 0 11000 1001111 1000010 101001 1000001 10100

Color Harmonies of #564112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564112

Black with #564112

Text Example


Text Example

White with #564112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564112; }

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

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

background-color css

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

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

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

border-color css

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

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

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