Html Css Color HEX #564C12 Bronze Olive

📋 copy color: '#564C12'

red 86 ◦ green 76 ◦ blue 18

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

Shades of Bronze Olive #564C12

Tints of Bronze Olive #564C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.22%

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

R = 47.78%
G = 42.22%
B = 10%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#564C12 (or 0x564C12) is known color: Bronze Olive. HEX triplet: 56, 4C and 12. RGB value is (86,76,18). Sum of RGB (Red+Green+Blue) = 86+76+18=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #564C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564C12 is #A9B3ED. Grayscale: #484848. Windows color (decimal): -11121646 or 1199190. OLE color: 1199190.

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

Color convert

RGB 86 76 18 -
CMYK 0 0.12 0.79 0.66
HSL 51.18º 0.65% 0.2% -
HSV(B) 51.18º 0.79% 0.34% -
XYZ 6.53 7.19 1.62 -
YUV 72.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 86 76 18 0 0.12 0.79 0.66 51.18 0.65 0.2
Hex 56 4C 12 0 C 4F 42 33 41 14
Octal 126 114 22 0 14 117 102 63 101 24
Binary 1010110 1001100 10010 0 1100 1001111 1000010 110011 1000001 10100

Color Harmonies of #564C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C12

Black with #564C12

Text Example


Text Example

White with #564C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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