Html Css Color HEX #564A12 Bronze Olive

📋 copy color: '#564A12'

red 86 ◦ green 74 ◦ blue 18

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

Shades of Bronze Olive #564A12

Tints of Bronze Olive #564A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.57%

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

R = 48.31%
G = 41.57%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#564A12 (or 0x564A12) is known color: Bronze Olive. HEX triplet: 56, 4A and 12. RGB value is (86,74,18). Sum of RGB (Red+Green+Blue) = 86+74+18=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #564A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564A12 is #A9B5ED. Grayscale: #474747. Windows color (decimal): -11122158 or 1198678. OLE color: 1198678.

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

Color convert

RGB 86 74 18 -
CMYK 0 0.14 0.79 0.66
HSL 49.41º 0.65% 0.2% -
HSV(B) 49.41º 0.79% 0.34% -
XYZ 6.4 6.92 1.57 -
YUV 71.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 86 74 18 0 0.14 0.79 0.66 49.41 0.65 0.2
Hex 56 4A 12 0 E 4F 42 31 41 14
Octal 126 112 22 0 16 117 102 61 101 24
Binary 1010110 1001010 10010 0 1110 1001111 1000010 110001 1000001 10100

Color Harmonies of #564A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A12

Black with #564A12

Text Example


Text Example

White with #564A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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