Html Css Color HEX #564314 Bronze Olive

📋 copy color: '#564314'

red 86 ◦ green 67 ◦ blue 20

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

Shades of Bronze Olive #564314

Tints of Bronze Olive #564314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.73%

 BLUE value IS 20 (8.2% from 255) = 11.56%

R = 49.71%
G = 38.73%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#564314 (or 0x564314) is known color: Bronze Olive. HEX triplet: 56, 43 and 14. RGB value is (86,67,20). Sum of RGB (Red+Green+Blue) = 86+67+20=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #564314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564314 is #A9BCEB. Grayscale: #434343. Windows color (decimal): -11123948 or 1327958. OLE color: 1327958.

HSL color Cylindrical-coordinate representation of color #564314: hue angle of 42.73º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #564314 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 67 20 -
CMYK 0 0.22 0.77 0.66
HSL 42.73º 0.62% 0.21% -
HSV(B) 42.73º 0.77% 0.34% -
XYZ 5.97 6.04 1.51 -
YUV 67.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 86 67 20 0 0.22 0.77 0.66 42.73 0.62 0.21
Hex 56 43 14 0 16 4D 42 2B 3E 15
Octal 126 103 24 0 26 115 102 53 76 25
Binary 1010110 1000011 10100 0 10110 1001101 1000010 101011 111110 10101

Color Harmonies of #564314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564314

Black with #564314

Text Example


Text Example

White with #564314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564314; }

 p { color: rgb(86,67,20); }

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

background-color css

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

 a { background-color: rgb(86,67,20); }

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

border-color css

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

 span { border-color: rgb(86,67,20); }

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